Я зробив 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