git 删除当前关联分支并,新建其他关联分支 此过程需要执行两个命令 可以先通过 git branch -vv 查看当前关联的分支 1. git branch --unset-upstream 2.git branch --set-upstream-to= 远端分支 本地分支