How to delete commit that is pushed to the remote repository?

后端 未结 3 1129
你的背包
你的背包 2020-12-15 13:22

A local branch:-

\'feature/100\'

And Remote branches:-

\'master\'

\'Version2\'

Accid

3条回答
  •  感动是毒
    2020-12-15 13:46

    You can revert the merge commit on master. When you later really want to merge the branch, you will have to revert the revert first. For a detailed explanation, see here:

    http://www.kernel.org/pub/software/scm/git/docs/howto/revert-a-faulty-merge.txt

提交回复
热议问题