Skip to content
代码片段 群组 项目
提交 f696be66 编辑于 作者: Amy Qualls's avatar Amy Qualls
浏览文件

Merge branch 'JonstonChan-default-branch-min-role-docs' into 'master'

Docs: change default branch documentation to state minimum required role

See merge request gitlab-org/gitlab!69162
No related branches found
No related tags found
2 合并请求!106Draft: This MR is specified for doc sync check,!105Draft:This MR is specified for docsynccheck, will not be merged
...@@ -37,7 +37,7 @@ the [Git commands you need](#update-the-default-branch-name-in-your-repository) ...@@ -37,7 +37,7 @@ the [Git commands you need](#update-the-default-branch-name-in-your-repository)
To update the default branch name for an individual [project](../../index.md): To update the default branch name for an individual [project](../../index.md):
1. Sign in to GitLab as a user with the [Administrator](../../../permissions.md) role. 1. Sign in to GitLab with at least the [Maintainer](../../../permissions.md) role.
1. In the left navigation menu, go to **Settings > Repository**. 1. In the left navigation menu, go to **Settings > Repository**.
1. Expand **Default branch**, and select a new default branch. 1. Expand **Default branch**, and select a new default branch.
1. (Optional) Select the **Auto-close referenced issues on default branch** checkbox to close 1. (Optional) Select the **Auto-close referenced issues on default branch** checkbox to close
...@@ -77,7 +77,7 @@ overrides it. ...@@ -77,7 +77,7 @@ overrides it.
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/221014) in GitLab 13.6. > - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/221014) in GitLab 13.6.
Administrators of groups and subgroups can configure the default branch name for a group: Users with at least the Owner role of groups and subgroups can configure the default branch name for a group:
1. Go to the group **Settings > Repository**. 1. Go to the group **Settings > Repository**.
1. Expand **Default initial branch name**. 1. Expand **Default initial branch name**.
...@@ -128,8 +128,8 @@ renames a Git repository's (`example`) default branch. ...@@ -128,8 +128,8 @@ renames a Git repository's (`example`) default branch.
git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/main git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/main
``` ```
1. Sign in to GitLab as an [administrator](../../../permissions.md) and follow 1. Sign in to GitLab with at least the [Maintainer](../../../permissions.md)
the instructions to role and follow the instructions to
[change the default branch for this project](#change-the-default-branch-name-for-a-project). [change the default branch for this project](#change-the-default-branch-name-for-a-project).
Select `main` as your new default branch. Select `main` as your new default branch.
1. Protect your new `main` branch as described in the [protected branches documentation](../../protected_branches.md). 1. Protect your new `main` branch as described in the [protected branches documentation](../../protected_branches.md).
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册