A template directory with useful git hooks!
This is a template directory for new (and existing) git
repositories.
main
.gitignore
) for development on macOSClone this… somewhere. Some places include ~/.git_template
:
git clone https://github.com/eddieantonio/git-template-dir.git ~/.git_template
Then configure it as your template directory:
git config --global init.templatedir '~/.git_template/template'