scatterd-dotfiles/git_template
Joe Ferris 56d614f806
Initialize new repositories with a main branch
New Git repositories start out without any branches, but the HEAD
reference points to "master" by default. This means that the first
commit will create a master branch.

This change adds a HEAD file to the Git template with a different ref.
This means that new repositories will commit to a "main" branch by
default instead.

The HEAD file is added to COPY_ALWAYS, because Git's HEAD must be a
regular file and not a symbolic link.
2020-06-19 14:08:12 -04:00
..
hooks Adds a commit-msg git hook 2019-11-18 09:29:31 -05:00
info Added git_template/info/exclude for Xcode 2015-05-22 11:36:42 -07:00
HEAD Initialize new repositories with a main branch 2020-06-19 14:08:12 -04:00