study/TIL
Git clone 방법, github 사용법
으녕오리
2024. 12. 1. 01:02
Git clone
- Git clone 명령어 복사하기
- 터미널 접속
- ls -> 현재 내 위치
- cd Desktop -> 바탕화면으로 이동
- cd (폴더 이름-띄어쓰기가 있을 경우에는 "(폴더 이름)") -> 폴더로 이동
- git clone (복사한 git clone 명령어)
github 사용법
- vcs -> github에 프로젝트 공유 (repository 생성)
- intellij 로 돌아가서 터미널에 git init
- git add remote origin {깃허브 레포지토리 링크}
- commit
- push(보낸다)
- pull request(불러온다) 후 merge
- issue comment