📌  相关文章
📜  如何撤消本地提交 git - Shell-Bash 代码示例

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

代码示例6
If your commits are only LOCAL, 
you can git reset --hard origin/ 
to move back to where the origin is.