How to revert a merge commit that's already pushed to remote branch?

后端 未结 17 1918
无人及你
无人及你 2020-11-22 07:04

git revert alone won\'t work. -m must be specified, and I\'m pretty confused about it.

Anyone experienced this before?<

17条回答
  •  野性不改
    2020-11-22 07:59

    git doc about git revert -m provide a link exactly explain this: https://github.com/git/git/blob/master/Documentation/howto/revert-a-faulty-merge.txt

提交回复
热议问题