Skip to content

Merge Commitをrevertしたい

やり方

基本的にはこれ。

Terminal window
git revert -m 1 <commit hash>

参考

元ネタ。

GitでMerge CommitをRevertする方法