本地分支会滚到指定版本

git reset --hard <commit ID号>

推送到远程分支

git push -f origin master

相关文章:

  • 2022-02-09
  • 2022-01-16
  • 2022-02-07
  • 2022-02-07
  • 2022-02-07
  • 2022-12-23
  • 2021-08-05
猜你喜欢
  • 2022-02-07
  • 2022-02-07
  • 2022-02-07
  • 2022-01-01
  • 2022-01-03
  • 2021-12-20
相关资源
相似解决方案