git回滚代码版本 强制提交代码

git reset --hard [commit id] 回滚代码

git push --force 如果强制提交失败可以试试 git push origin 分支名 --force

你可能感兴趣的:(git,github)