git 远程仓库回退


  1. git log 查看版本号
  2. 使用 git reset --hard 目标版本号 命令将版本回退
  3. 使用 git push -f 提交更改