📜  git revert all commits to pervious commit - Shell-Bash 代码示例

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

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