git push origin :<branch_to_rename> git checkout -b <new_branch_name> git push --set-upstream origin <new_branch_name>