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

Project and code management together.

저장소에서 풀링

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

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

풀링을 실행하려면 "tutorial" 디렉터리를 마우스 오른쪽 버튼으로 클릭하고 오른쪽 클릭 메뉴에서 "Pull"을 선택합니다.

Click pull from the right-click menu

"OK"를 클릭합니다.

Click OK button

풀링이 시작됩니다. 완료되면 "Close"를 클릭하여 완료합니다.

When the next screen is displayed, the pull will begin.

오른쪽 클릭 메뉴에서 "TortoiseGit" > "Show log"를 클릭합니다. mainorigin/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