📌  相关文章
📜  恢复上次合并 git - Shell-Bash 代码示例

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

代码示例6
// 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