1. 程式人生 > >git-----You have not concluded your merge (MERGE_HEAD exists)解決

git-----You have not concluded your merge (MERGE_HEAD exists)解決

有時候在拉取庫的時候遇到:
git-----You have not concluded your merge (MERGE_HEAD exists)

解決方法:

git merge --abort
git pull --rebase