I'm trying to do a git pull
and I'm getting error: Your local changes to 'someDir/someFile' would be overwritten by merge. Aborting.
this is fine since I need to check these changes and decide whether these need committed or not.
However doing the above, checking that file and committing/rolling back is laborious if I have to do it each time. Is there a way I can get git pull
to list all merge errors rather than one each time?