赞
踩
查看提交版本记录
shell git log
回退代码
shell git reset --hard 要回退的版本号
强制提交到远程
shell git push origin 分支名 --force // 一定要加最后的--force 参数,否则会提交失败