I want my local master branch to overwrite everything in the remote repository. Basically, it's like I checked out the remote repository, deleted some files, and now want to replace it again.
I'm getting an error message when trying to push back to the remote repository saying it "failed to push some refs" because my branch is behind. It suggests doing a pull. However, if I do a pull, it will re-merge the files I wanted to delete so I would be back to where I started. Then I tried doing a fetch without merging, and then pushing, but it still didn't work.