git: enable templateDir

This commit is contained in:
Aminda Suomalainen 2023-05-04 13:35:00 +03:00
parent ac132f61fb
commit 33c0cb179b
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 6 additions and 0 deletions

View File

@ -71,6 +71,9 @@
ff = only
[init]
defaultBranch = cxefa
# https://pre-commit.com/#pre-commit-init-templatedir
# pre-commit init-templatedir ~/.git-template
templateDir = ~/.git-template
[advice]
# I am not developing in detached head state, I generally want to compile
# a specific version of a program and I know how to get out of it

View File

@ -71,6 +71,9 @@
ff = only
[init]
defaultBranch = cxefa
# https://pre-commit.com/#pre-commit-init-templatedir
# pre-commit init-templatedir ~/.git-template
templateDir = ~/.git-template
[advice]
# I am not developing in detached head state, I generally want to compile
# a specific version of a program and I know how to get out of it