Add git templates with preconfigured hooks

So far, add a single pre-commit hook which loops through the dotfiles
for *.pre-commit files and executes them
This commit is contained in:
Nick Nisi
2013-07-23 08:54:50 -05:00
parent 0f7a105e97
commit 4354fcc0e8
4 changed files with 82 additions and 0 deletions

View File

@@ -4,6 +4,8 @@
email = nick@nisi.org
[github]
user = nicknisi
[init]
templatedir = ~/.dotfiles/git/templates
[alias]
ci = commit -a
co = checkout