git回退制定版本

1、先获取要回退的版本号
git回退制定版本_第1张图片
2、回退

git reset --hard +版本号

3、强推到远程

git push -f

你可能感兴趣的:(git)