* .config/git/config: Set defaultBranch to main.
authorAmin Bandali <bandali@gnu.org>
Sun, 20 Nov 2022 03:15:37 +0000 (22:15 -0500)
committerAmin Bandali <bandali@gnu.org>
Sun, 20 Nov 2022 03:15:37 +0000 (22:15 -0500)
commit093efbaf0b2d237e6d552738da89c7752c319475
treee98d57a075ece1c5ea8a703d3f3091f367554ac0
parentb5dea93399fd4df7089ad90b6e2961d92f67eb5a
* .config/git/config: Set defaultBranch to main.

Supported as of git 2.28.  The previous approach of using a template
directory would work on a wider range of older git versions, but it
would result in git not creating any files/directories (like hooks/)
in a repo's .git directory e.g. after clones or initializations.
.config/git/config
.config/git/template/HEAD [deleted file]