jnan77 发布于 10月16, 2017 0 comments git常用命令 常用命令# git revert <commitid> 撤销提交# git reset --hard HEAD^ 回退到上一次commit的状态# git reset --hard com... 阅读全文 »