git回退到指定版本

查看版本

git log

回退到指定版本

git reset --hard <commit>

强推覆盖远程仓库

git push origin <branch_name> --force

你可能感兴趣的:(git)