回退到指定版本,再提交代码

1、回退到指定版本

git reset --hard  版本号    

2、查看当前版本

git rev-parse HEAD

3、改完之后先提交

git push -f

4、成功之后再提交本地代码

你可能感兴趣的:(回退到指定版本,再提交代码)