Ich habe git commit -m "message"
so etwas gemacht:
> 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")
Aber danach, wenn ich es tue git status
, zeigt es die gleichen geänderten Dateien:
> 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")
Was mache ich falsch?
git commit -am "save arezzo files"
Sie diese Option, um alle Änderungen automatisch hinzuzufügen (wrt .gitignore). Möglicherweise möchten Sie nur bestimmte Dateien / Verzeichnisse hinzufügen:git add file.src