git常用命令
-
远程分支版本回退
git reflog
或者git log
查看需要回退版本的commit idgit reset --hard 【commit id】
git push -f
强制推送远程分支- 然后远程分支版本已回退
···

远程分支版本回退
git reflog
或者 git log
查看需要回退版本的commit id
git reset --hard 【commit id】
git push -f
强制推送远程分支···
Proudly powered by Xinhaonaner · Sign In