Git merge error “commit is not possible because you have unmerged files” October 8, 2022 by Tarik If you have fixed the conflicts you need to add the files to the stage with git add [filename], then commit as normal.