1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-13 14:07:20 +00:00

Use "main" as default branch name (#19354)

* Use "main" as default branch name

* fix test code
This commit is contained in:
wxiaoguang
2022-04-09 12:26:48 +08:00
committed by GitHub
parent 1dfa26e00e
commit d906858847
5 changed files with 5 additions and 3 deletions

View File

@ -154,7 +154,7 @@ var (
PrefixArchiveFiles: true,
DisableMigrations: false,
DisableStars: false,
DefaultBranch: "master",
DefaultBranch: "main",
// Repository editor settings
Editor: struct {