请稍侯

git紧急还原到之前版本

20 March 2018
更多

操作步骤大致如下:

git reset --hard 版本id
git push  -f

#在线上执行
git reset --hard origin/master

其它回滚请参考

http://blog.csdn.net/zc474235918/article/details/60136724?locationNum=11&fps=1