मैंने ऐसा किया 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 .ignignore)। आप केवल विशिष्ट फ़ाइलों / dirs जोड़ सकते हैं:git add file.src