📌  相关文章
📜  git revert last 2 commits - Shell-Bash 代码示例

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

代码示例2
$ git revert --no-commit D
$ git revert --no-commit C
$ git revert --no-commit B
$ git commit -m "the commit message"