设置默认分支→
If you have more than one branch in your repository, you can choose another branch to be the default branch.
查看仓库中的分支→
分支是 GitHub 上协作的中心,查看分支的最佳途径是分支页面。
删除和恢复拉取请求中的分支→
如果拥有仓库的写入权限,可删除与已关闭或已合并拉取请求关联的分支。 无法删除与已打开拉取请求关联的分支。
| Aug | SEP | Oct |
| 19 | ||
| 2019 | 2020 | 2021 |

只要在 Git 中提议更改,您就会 创建新分支。 分支管理是 Git 工作流程的重要部分。 在一些时间后,分支列表将会扩大,建议删除合并的分支或旧分支。
If you have more than one branch in your repository, you can choose another branch to be the default branch.
分支是 GitHub 上协作的中心,查看分支的最佳途径是分支页面。
如果拥有仓库的写入权限,可删除与已关闭或已合并拉取请求关联的分支。 无法删除与已打开拉取请求关联的分支。