📜  git revert 一组提交 - Shell-Bash 代码示例
📅  最后修改于: 2022-03-11 14:51:09.501000             🧑  作者: Mango
代码示例1
$ git checkout -f A -- . # checkout that revision over the top of local files
$ git commit -a