I want to push my local files, and have them on a remote repo, without having to deal with merge conflicts. I just want my local version to have priority over the remote one
Works for me:
git push --set-upstream origin master -f