Commit a8bfdf57 authored by Nick Thomas's avatar Nick Thomas

Set the git default branch to "main"

In concert with the wider Git community, GitLab committed to changing
the default branch from "master" to "main" in 14.0. This change has
already happened on GitLab.com; this change enables it for
self-managed instances as well.

GitLab has support for a custom default branch name which can be used
to override this change if defaulting to "main" is inconvenient.

Unless overridden, this affects all new projects on all self-managed
GitLab instances. Existing projects will not have their default branch
changed.

Changelog: added
parent 1dbd8e57
...@@ -5,4 +5,4 @@ rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/329190 ...@@ -5,4 +5,4 @@ rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/329190
milestone: '13.12' milestone: '13.12'
type: development type: development
group: group::source code group: group::source code
default_enabled: false default_enabled: true
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment