我这样做了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")
Run Code Online (Sandbox Code Playgroud)
但之后,当我这样做git status时显示相同的修改文件:
> git status
# On branch master
# Changes not …Run Code Online (Sandbox Code Playgroud)