📜  git reset soft head - Shell-Bash 代码示例
📅  最后修改于: 2022-03-11 14:49:31.851000             🧑  作者: Mango
代码示例6
git reset --hard f414f31
git reset --soft HEAD@{1}
git commit -m "Reverting to the state of the project at f414f31"