pull远程代码,本地冲突,回退本地代码到pull之前

1.查询历史

git reflog

 2.回退到指定版本

git reset --hard HEAD@{n}  

 

你可能感兴趣的:(Git)