How do I force an overwrite of local files on a git pull?
git pull
The scenario is the following:
An easier way would be to:
git checkout --theirs /path/to/file.extension git pull origin master
This will override your local file with the file on git