//基于当前6.0.9 tag新建分支
git switch -c learn-6.0.9 6.0.9
//推送到远程分支
git push -u origin learn-6.0.9
//设置默认分支
仓库
→ Settings
→ Default Branch
→ 选择 learn-6.0.9
→ 保存
2)重新设置默认分支
具体操作


具体

//基于当前6.0.9 tag新建分支
git switch -c learn-6.0.9 6.0.9
//推送到远程分支
git push -u origin learn-6.0.9
//设置默认分支
仓库
→ Settings
→ Default Branch
→ 选择 learn-6.0.9
→ 保存
2)重新设置默认分支
具体操作


具体
