建立追蹤檔案

加入檔案給git 控管 (到暫存區)

git add file

如果要加入全部檔案

git add .
git add --all

查詢目前狀態 指令 git status

Last updated

Was this helpful?