I had a pretty big merge conflict which I solved. I cannot commit to resolve the confict, though.
When I want to commit with git commit - m "Resolved conflicts"
I get an error like this
error: Merging is not possible because you have unmerged files.
When I look at git status
, I can see that in my branch and the merged branch, a file is deleted - which is recognised by git:
You can see that in the both deleted
notation.
I cannot - as suggested - add or remove the files. I get the error that the file is missing. This is correct because the file is deleted and therefore not on the file system.
Any ideas?