Skip to main content
  1. Learn
  2. Software Development
  3. Guides
  4. Git tutorial
  5. 如何使用 Git
  6. 如何在 Mac 中使用 Git
  7. 推送到遠端儲存庫
GuidesSoftware DevelopmentBacklog
Git

Project and code management together.

推送到遠端儲存庫

讓我們推送到您在本教程的開頭時建立的本地儲存庫。

開啟 Sourcetree 並雙擊「tutorial」儲存庫。

Select tutorial repository

單擊工具列右側的「Settings」按鈕。

Click the setting button at the right side in the tool bar on the repository operation screen

單擊「Add」。

Click Add button

輸入以下內容:

  • 遠端名稱:origin
  • URL/路徑:您之前在 Backlog 中建立的遠端儲存庫的 URL
The URL of the remote repository you previously created in Backlog

單擊「OK」。

Enter the URL of the remote repository and click OK button

遠端儲存庫「origin」現在將顯示在「remotes」清單中,我們可以開始將更改推送到 Backlog。

origin was added

如果您在主控台上,如果您在推送/拉取時省略了遠端名稱,則在預設情況下將會使用「origin」遠端儲存庫。這是因為慣例通常使用「origin」作為遠端名稱。

現在單擊上方工具列上的「Push」圖示。

Click the push button at the tool bar on the tutorial repository operation screen

選取「main」勾選方塊,並單擊「OK」。

Click the OK button after check the check box of main

成功完成推送後,「origin/main」 - 代表遠端提交 - 將顯示在提交的「description」欄位中。

The origin/main shown by the remote repository has been added

開啟 Backlog 上的 Git 頁面,您會發現在「Recent Updates」下面,列出了一個與您推送到遠端儲存庫相對應的最新更新。

The push item is added to the recent updates.

推送的檔案也會出現在遠端儲存庫的檔案清單中。

The file from the pushed repository is added.

接下來,我們將克隆這個遠端儲存庫。

Subscribe to our newsletter

Learn with Nulab to bring your best ideas to life