标签: git message commit git-push
我在how to amend the commit message上跟踪了这个帖子。
进展顺利。但在之前的提交中,我也将更新推送到远程。现在,一旦我更改了提交消息,它就会拒绝远程推送。它说filed to push refs。
filed to push refs
我从上面帖子中的一条评论中尝试了命令。
git push -f origin branchname
它似乎也没有用。 还有其他想法吗?如果它不起作用,我想将修改后的提交消息回滚到原始。