Git命令回退代码并同步到远程仓库
Posted wintertone
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Git命令回退代码并同步到远程仓库相关的知识,希望对你有一定的参考价值。
git log
找到要回退的commit版本号并复制git reset --hard [commitid]
本地库版本回退git push -f origin [branchName]
同步到远端仓库
https://blog.csdn.net/u011943534/article/details/83447552
以上是关于Git命令回退代码并同步到远程仓库的主要内容,如果未能解决你的问题,请参考以下文章