git常规操作

回退版本

  1. 去gitee查看版本编号(浏览文件左边那串),点击复制


    image.png
  2. git reset --hard <版本编号>
  3. git push -f origin master:master

你可能感兴趣的:(git常规操作)