Tôi đã làm git commit -m "message"
như thế này:
> 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")
Nhưng sau đó, khi tôi làm git status
nó hiển thị các tệp đã sửa đổi tương tự:
> 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")
Tôi đang làm gì sai?
git commit -am "save arezzo files"
để tự động thêm tất cả các thay đổi (wrt .gitignore). Bạn có thể chỉ muốn thêm các tệp / thư mục cụ thể:git add file.src