📜  git reset head of master - Shell-Bash 代码示例

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

代码示例5
git reset --hard f414f31
git reset --soft HEAD@{1}
git commit -m "Reverting to the state of the project at f414f31"