aboutsummaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
authorAlec Goncharow <alec@goncharow.dev>2024-02-29 22:57:46 -0500
committerAlec Goncharow <alec@goncharow.dev>2024-02-29 22:57:46 -0500
commit82092fe19a0ff0d0e4bed2ccfd4351cbb2d10d9e (patch)
treeb096fcf91d3739649dabad3a7176709d914ff877 /.gitconfig
parent68677e4b0faec5b746a27bec036477ebf718f3c0 (diff)
embrace autocomplete defaults, add nocheckin pre-commit hook
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index 96d1b6c..a3e0091 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -8,6 +8,7 @@
rebase = true
[init]
defaultBranch = main
+ templatedir = ~/.git_template
[diff]
tool = difftastic
[difftool]