diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2022-04-09 12:26:48 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-08 23:26:48 -0500 |
commit | d906858847e0d345bc02f04b4037dfa80650889e (patch) | |
tree | 7632699bb22dd4f7e6b61113835e60ddf7aaf34d /docs | |
parent | 1dfa26e00e8e1ce6f6125335871da1d402a63466 (diff) | |
download | gitea-d906858847e0d345bc02f04b4037dfa80650889e.tar.gz gitea-d906858847e0d345bc02f04b4037dfa80650889e.zip |
Use "main" as default branch name (#19354)
* Use "main" as default branch name
* fix test code
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/doc/advanced/config-cheat-sheet.en-us.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/advanced/config-cheat-sheet.en-us.md b/docs/content/doc/advanced/config-cheat-sheet.en-us.md index 967cd42381..9d70269bf2 100644 --- a/docs/content/doc/advanced/config-cheat-sheet.en-us.md +++ b/docs/content/doc/advanced/config-cheat-sheet.en-us.md @@ -75,7 +75,7 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`. - `PREFIX_ARCHIVE_FILES`: **true**: Prefix archive files by placing them in a directory named after the repository. - `DISABLE_MIGRATIONS`: **false**: Disable migrating feature. - `DISABLE_STARS`: **false**: Disable stars feature. -- `DEFAULT_BRANCH`: **master**: Default branch name of all repositories. +- `DEFAULT_BRANCH`: **main**: Default branch name of all repositories. - `ALLOW_ADOPTION_OF_UNADOPTED_REPOSITORIES`: **false**: Allow non-admin users to adopt unadopted repositories - `ALLOW_DELETION_OF_UNADOPTED_REPOSITORIES`: **false**: Allow non-admin users to delete unadopted repositories |