📜  git revert merge commit - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:42.385000             🧑  作者: Mango

代码示例5
// In this situation, will get you the tree as it was in 8989ee0
git revert  -m 1 

//will reinstate the tree as it was in 7c6b236
git revert -m 2