git上push代码错误回退代码

去git上找到要回退的版本号

git上push代码错误回退代码_第1张图片

 点history查看提交记录,

回退代码:git reset - - hard 版本号

强制提交:git push -f

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