git remote set-url [origin] [url] # 设置远程库URL git checkout -b branch_name [origin/remote_branch_name] # 创建并切换分支 git branch -d branch_name # 删除分支