How can I stop git from messing up my files with entries like:
Code: Select all
<<<<<<< HEAD
what I'd prefer is an interactive question or a default setting to always overwrite the local file
when I do "git pull"
Code: Select all
<<<<<<< HEAD
Code: Select all
git pull -X theirs
Aktualisiere f40040f..ed0edf8
error: Your local changes to the following files would be overwritten by merge:
...
Please, commit your changes or stash them before you can merge.
Aborting
Return to “Technical Questions”
Users browsing this forum: No registered users and 5 guests