我用 签出一个项目git clone
,添加了一些文件,并编辑了README.md
已签出的项目。
当我做 agit commit
时,我得到这个建议来添加我已经签出的文件。
# 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: README.md
- 为什么这个文件没有暂存?
- 我该怎么做才能自动暂存此文件?