标签:rgba nbsp reset alt png git push font 回滚 通过
1.通过git log查到需要回滚的版本号
2、本地恢复到该节点状态:
git reset --hard fa4bf08fed85fc0ca5acde22464e68c6f8cfc8f2
3、强推到远程分支
<此时如果分支较远或者改动较多,使用git push origin可能会报错失败,此时可使用强推>
git push -f -u origin master
#如果你的不是master分支,改成你的就行
标签:rgba nbsp reset alt png git push font 回滚 通过
原文地址:https://www.cnblogs.com/wjs2019/p/14927755.html