git reset 远程分支的方法
2015-11-05 本文已影响368人
summer朱光文
git checkout branch
git reset --hard e3f1e37
git push --force origin branch
还有一种叫做git revert ,然而有时候会有git revert cherry 的错误,这里记录一下备用
git checkout branch
git reset --hard e3f1e37
git push --force origin branch
还有一种叫做git revert ,然而有时候会有git revert cherry 的错误,这里记录一下备用