我处于交互式的rebase中,并且已经标记了提交,现在我需要用edit (e)仔细查看提交,同时我意识到一些提交需要删除/删除。在交互模式中执行此操作的正确提交是什么?be reset
$ gitrebase --continue # this complains that I have to perform git
编辑:
当我写这个问题的时候,我从根本上是错误地使用了gitrebase -i ...,并且用错误的方式思考它。gitrebase -i [some branch name or tag or commit hash]允许您显式地标识您正在交互编辑的提交序列的开始(例如gitrebase -i HEAD~3)在</