文件未由Git提交

时间:2019-03-20 22:53:21

标签: git

这是我所做的:

  • 修改了我的仓库和分支中的一些文件
  • 将master合并到我的分支中

现在,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

不确定此时该怎么做。

0 个答案:

没有答案