Git设置默认分支 发表于 2019-05-20 更新于 2023-03-01 分类于 Git 本文字数: 25 阅读时长 ≈ 1 分钟 要把push和pull的默认分支设置为dev,那么: 1git branch --set-upstream-to=origin/dev dev