Make sure everything is pushed up to your remote repository (GitHub):
git checkout mainOverwrite "main" with "better_branch":
git reset --hard better_branchForce the push to your remote repository:
git push -f origin mainMake sure everything is pushed up to your remote repository (GitHub):
git checkout mainOverwrite "main" with "better_branch":
git reset --hard better_branchForce the push to your remote repository:
git push -f origin main