git回滚到指定版本

回退本地代码库:git reset --hard commitID

推送到远程服务器:git push -f -u origin master

重新拉代码:git pull

posted @ 2022-08-09 11:06  门罗的魔术师  阅读(26)  评论(0)    收藏  举报