git ls-remote 查看远程分支git checkout -D 分支名(删除分支) git fetch origin 新分支名ba(例如:ba)git checkout -b ba origin ba(合并新分支名)