git clone

·Study/Git
git clone (기존 소스코드 받는법) git clone 원격저장소주소 특정 branch만 clone해올수도 있음 git pull 원격 저장소 → 로컬저장소 git pull 원격저장소주소 (branch명) 원격저장소에 있는 내용을 가져와 로컬저장소에 합치라는 의미 branch명을 입력하면 해당 branch 내용을 가져옴 원격저장소 최신내용이 로컬저장소에 있을때만 git push 가능 결론: git push 전에 git pull부터 해라 Reference 이 분 강의듣고 복습용으로 만든 자료입니다. 강의 한번 들으면 매우매우 잘 이해됨. - https://codingapple.com/course-status/
potato_pizza
'git clone' 태그의 글 목록