📌  相关文章
📜  撤消最近的提交 - Shell-Bash 代码示例

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

代码示例6
$ git commit -m "some comment"                
$ git reset HEAD~                                          
<< edit files as necessary >>                              
$ git add ...                                              
$ git commit -c ORIG_HEAD