Can I tell git pull to overwrite instead of merge?
- by Michael Stum
As far as I see, git pull someRemote master tries to merge the remote branch into mine.
Is there a way to say "Completely discard my stuff, just make me another clone of the remote" using git pull? I still want to keep my own repository and keep it's history, but I want to have a 1:1 copy of someRemote's master branch after that command.