rename gitea's default branch for new repos #3
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
currently, when creating a fresh repo on this gitea instance, the repo is initialised with a default
master
branchgiven that we're moving away from that… naming scheme, it would be nice if we didn't have to do the dance of renaming the default branch of newly created repos to begin with
It should now be
main
(won't change a thing for existing repos though). Feel free to reopen if you have a better naming idea