Simply push this branch to a different branch name
git push -u origin localBranch:remoteBranch
If you don’t want to set-upstream, just
git push origin localBranch:remoteBranch
Simply push this branch to a different branch name
git push -u origin localBranch:remoteBranch
If you don’t want to set-upstream, just
git push origin localBranch:remoteBranch