Ho fatto git commit -m "message"
così:
> 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")
Ma dopo, quando lo faccio git status
mostra gli stessi file modificati:
> 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")
Che cosa sto facendo di sbagliato?
git commit -am "save arezzo files"
per aggiungere automaticamente tutte le modifiche (wrt .gitignore). Potresti voler aggiungere solo file / directory specifici:git add file.src