如何将文件添加到最后的本地提交?

这个问题在这里已经有了答案:

  • 如何修改现有的,未完成的提交? 27个答案

  • 你基本上正在尝试改变你在Git中的最后一次提交。 这是可能的而且很简单。

    git commit --amend用于此目的。

    以下页面给出了一个详细的例子。

    https://github.com/abhikp/git-test/wiki/Changing-your-last-commit

    链接地址: http://www.djcxy.com/p/1409.html

    上一篇: How do I add a file to the last local commit?

    下一篇: changing the commit message in git