Skip to main content

Cheat Sheets

How Git Work

Git 檔案狀態:

  1. Modified/Untracked: 檔案已修改,尚未執行 git add 
  2. Staged: 檔案已經 git add,尚未執行 git commit 
  3. Commited: 檔案已經 git commit 

狀態 2 與 3 的檔案已經由 Git 控管內容變更。

how_git_work.jpg

git_commands_work.jpeg

Git Commands

git_essential_commands.jpg

git_commands.jpg

12_git_commands.jpg

Git Fundamentals

git_fundamentals.jpg