Skip to main content
  1. Learn
  2. Software Development
  3. Guides
  4. Git tutorial
  5. Git 的基礎知識
  6. 什麼是 Git
  7. Git 檔案的三種狀態
GuidesSoftware DevelopmentBacklog
Git

Project and code management together.

Git 檔案的三種狀態

正如您可能從 Git 工作流程中猜到的那樣,檔案可以處於以下三種狀態之一:

  • 已修改
  • 已暫存
  • 已提交

當您修改檔案時,您只會在工作目錄中看到這些更改。然後您必須暫存更改以將它們包含在您的下一次提交中。完成暫存所有檔案後,您可以提交它們並新增一則訊息來說明您所做的更改。然後您的更改將安全地記錄在儲存庫中的新快照中。

Git components
Git 的三種檔案狀態是已修改、已暫存和已提交。

Subscribe to our newsletter

Learn with Nulab to bring your best ideas to life