Programming

git pull and git push

SharingWorld 2018. 6. 2. 08:55

프로그래밍 시작 시

git pull을 처음에 한 다음에


코드를 수정하고


git push한다



git pull : 원격저장소의 최신 코드를 로컬저장소로 가져온다.


git push : 로컬저장소의 코드를 원격저장소에 업데이트 한다.