I want to save all the local changes. But there is a remote version on my GitHub. GitHub force me to pull
before I can push
. But when I pull
the remote version, my local version become corrupted. I want to push
my local version and overwrite the remote version. I dont need the remote version. How could I do that? I don't want to mix those version I only want to preserve my local.
My origin/master
is on the remote version and my master
is on my local version.
I working on VisualStudio.
Thank you.