How to conclude your merge of a file?

Muaz Al-Jarhi picture Muaz Al-Jarhi · Jan 21, 2010 · Viewed 156k times · Source

After I merged a file in Git I tried to pull the repository but error came up:

You have not concluded your merge. (MERGE_HEAD exists)

How does one conclude a merge?

Answer

MBO picture MBO · Jan 21, 2010

Check status (git status) of your repository. Every unmerged file (after you resolve conficts by yourself) should be added (git add), and if there is no unmerged file you should git commit