How do I force an overwrite of local files on a git pull?
git pull
The scenario is the following:
Try this:
git reset --hard HEAD git pull
It should do what you want.