Reason/Usercase
The repo is too large under a VPN which is way too slow, I want to overwrite origin/master with upstream/master without fetching/pulling down to my local env.
What I want
Is there any git command that can do something like this:
# to push branch upstream/master to origin/master forcely
git push -f upstream/master origin/master
Any help will be appreciated.