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:
@@ -4,6 +4,8 @@
|
||||
email = nick@nisi.org
|
||||
[github]
|
||||
user = nicknisi
|
||||
[init]
|
||||
templatedir = ~/.dotfiles/git/templates
|
||||
[alias]
|
||||
ci = commit -a
|
||||
co = checkout
|
||||
|
||||
Reference in New Issue
Block a user