study/TIL

Git clone 방법, github 사용법

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