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:
@ -154,7 +154,7 @@ var (
|
||||
PrefixArchiveFiles: true,
|
||||
DisableMigrations: false,
|
||||
DisableStars: false,
|
||||
DefaultBranch: "master",
|
||||
DefaultBranch: "main",
|
||||
|
||||
// Repository editor settings
|
||||
Editor: struct {
|
||||
|
Reference in New Issue
Block a user