📌  相关文章
📜  删除最后一次提交 - Shell-Bash 代码示例

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

代码示例6
git commit -m "Something terribly misguided"
git reset HEAD~                              
[ edit files as necessary ]                  
git add .                                    
git commit -c ORIG_HEAD