Skip to main content
  1. Learn center
  2. Software Development
  3. Guides
  4. Git tutorial
  5. Git 사용 방법
  6. Mac에서 Git을 사용하는 방법
  7. 저장소에서 풀링
GuidesSoftware DevelopmentBacklog
Git

Project and code management together.

저장소에서 풀링

이제 원격 저장소에서 로컬 저장소(즉, "tutorial" 디렉터리)로 최신 변경 사항(방금 이전 단계에서 푸시했음)을 풀링하겠습니다.

북마크 목록 보기로 돌아가서 tutorial 저장소를 두 번 클릭합니다.

이제 원격 저장소가 tutorial2의 변경 사항으로 최신 상태이므로 변경 사항을 풀링하고 초기 저장소 디렉터리인 tutorial을 동기화하겠습니다.

풀링을 실행하려면 도구 모음에서 "Pull" 아이콘을 클릭합니다.

Click Pull button on the toolbar

다음 화면에서는 변경할 사항이 없으므로 "OK"를 클릭합니다.

Click OK button

main이 "origin/main"과 동일한 수준으로 이동했음을 알 수 있습니다. 이는 "tutorial" 로컬 저장소가 이제 원격 저장소의 최신 변경 사항으로 최신 상태임을 의미합니다.

The origin/main have advanced to the same position

sample.txt 파일을 열고 내용을 확인합니다.

Anyone can learn Git with this tutorial and Backlog
add: Register a change in an index

콘텐츠에 추가된 add: Register a change in an index가 표시되어야 합니다.

Subscribe to our newsletter

Learn with Nulab to bring your best ideas to life