📌  相关文章
📜  "git reset -- soft head^" - Shell-Bash 代码示例

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

代码示例1
git reset --soft HEAD^ #The command to undo a commit and reset to the commit before HEAD and keeping the changes is: