Git | Github
[Git]Git pull과 clone 의 차이 --스크랩
hans-j
2023. 9. 14. 10:05
https://kimcoder.tistory.com/288
[Git] git pull 소개와 git clone과의 차이점
git clone은 아래 포스팅의 [1.저장소 불러오기]에서 설명했다. 2021.04.05 - [Git & Github] - [Git] 저장소 동기화(clone, init, add, commit, remote, push) git pull 명령을 Git 포스팅 초반부에 설명을 했어야 했는데 약
kimcoder.tistory.com
결론 :
git pull 은 기존 작업 내용을 유지시켜줌
git clone 원격 저장소에 있는 내용을 불러오기만 함, 기존 작업내용 유지 X