ฉันทำสิ่งgit commit -m "message"
นี้:
> git commit -m "save arezzo files"
# On branch master
# Changes not staged for commit:
# (use "git add <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# modified: arezzo.txt
# modified: arezzo.jsp
#
no changes added to commit (use "git add" and/or "git commit -a")
แต่หลังจากนั้นเมื่อฉันgit status
แสดงไฟล์ที่แก้ไขเดียวกัน:
> git status
# On branch master
# Changes not staged for commit:
# (use "git add <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# modified: arezzo.txt
# modified: arezzo.jsp
#
no changes added to commit (use "git add" and/or "git commit -a")
ผมทำอะไรผิดหรือเปล่า?
git commit -am "save arezzo files"
เพื่อเพิ่มการเปลี่ยนแปลงทั้งหมดโดยอัตโนมัติ (wrt .gitignore) คุณอาจต้องการเพิ่มเฉพาะไฟล์ / dirs เฉพาะ:git add file.src