Gitでマージコミットを取り消す方法
DRANK

はじめに gitのコンフリクト解消でミスした時に、mergeコミットを取り消す方法について。 状況 自分のブランチ(abcブランチ)をmasterにマージしようとする際に、コンフリクトが発生したので、 $ git co abc $ git merge master としたところ、コンフリクトが発生したため修正し、 $ git commit -m "solve conflict with master" $ git push origin abc ...

qiita.com
Related Topics: Git