Ben böyle yaptım 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")
Ama daha sonra, bunu yaptığımda git status
aynı değiştirilmiş dosyaları gösterir:
> 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")
Neyi yanlış yapıyorum?
git commit -am "save arezzo files"
Tüm değişiklikleri otomatik olarak eklemek için kullanın (wrt .gitignore). Sadece belirli dosyaları / dizinleri eklemek isteyebilirsiniz:git add file.src