📜  git soft reset 1 commit - Shell-Bash 代码示例

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

代码示例1
# reset one commit
git reset --soft HEAD~1
# reset to s specefic commit point
git reset --soft