Tuesday 6 August 2019

git error: cannot do a partial commit during a merge.


After a pull command, I ended up with a conflict in a file, which I fixed by manually editing the file (search for the <<< signs). The merge is fine and therefore tried to commit the file again but got this error:
Using :
did not work, instead use
From the git documentation, the -i should be used to conclude a conflicted merge.

0 comments:

Post a Comment