在使用V-scode 进行代码提交的时候,终端总是报这个错!
场景:同事新增了页面,没有提交代码,我这边提交之前习惯性先拉取pull,再push , DUANG!~~~~
$:git merge --abort $:git reset --merge $:git pull
$:git fetch --all $:git reset --hard origin/master $:git fetch
error: You have not concluded your merge (MERGE_HEAD exists)
原文:https://www.cnblogs.com/fxwoniu/p/13298584.html