Force Push from Local to Github
If you need to force a push to github, just run the following:
git push github main -f
The -f
flag forces the push.
If you need to force a push to github, just run the following:
git push github main -f
The -f
flag forces the push.