git分支重命名及新分支推送

将本地分支重命名:

git branch -m old new

新建分支后将其推送到远程:

git push --set-upstream origin new_branch