Skip to main content
  1. Learn
  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」。請注意,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