📜  如何回到上一次 git commit - Shell-Bash 代码示例
📅  最后修改于: 2022-03-11 14:50:19.881000             🧑  作者: Mango
代码示例4
$ git reset --soft HEAD~1 // The last commit will be removed from your Git History