标签:strong top 解决办法 etc print csdn 版本 check span
$:git merge --abort
$:git reset --merge
$:git pull
$:git fetch --all
$:git reset --hard origin/master
$:git fetch
7、强行切换分支
git checkout -f origin/master
8.从新拉入
git fetch --all
git:Git fetch和git pull的区别, 解决Git报错:error: You have not concluded your merge (MERGE_HEAD exists).
标签:strong top 解决办法 etc print csdn 版本 check span
原文地址:http://www.cnblogs.com/achengmu/p/7419445.html