[Solved] Pull is not possible because you have unmerged files
Pull is not possible because you have unmerged files. During git pull, if there is a conflict, then all the files except the conflicting ones are saved as files in the staged area. Reproduction. $ git pull. ... Pull is not possible because you have unmerged files. Please, fix them up in the work tree, and then use ‘git add/rm <file>’ ...