这是我所做的:
现在,Git显示一堆文件已被修改,但我似乎无法提交它们。
~/project (my-branch) $ git status
On branch my-branch
Changes to be committed:
(use "git reset HEAD <file>..." to unstage)
modified: admin_cmds/admin.py
modified: admin_cmds/promotions/forms.py
...
我尝试过:
git add .
git commit
还有:
git commit -a
不确定此时该怎么做。