更新分支信息

git fetch origin --prune

设置远端分支(远端分支存在)

git branch -u origin/[远程分支]

设置远端分支(远端分支不存在)

git push origin [远程分支]