From 33c0cb179b01f47b9e6c85166ff109ede193aedb Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 4 May 2023 13:35:00 +0300 Subject: [PATCH] git: enable templateDir --- .mikaela/gitconfig | 3 +++ conf/gitconfig | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.mikaela/gitconfig b/.mikaela/gitconfig index fe8e9b07..b3b191ff 100644 --- a/.mikaela/gitconfig +++ b/.mikaela/gitconfig @@ -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 diff --git a/conf/gitconfig b/conf/gitconfig index 0533f711..375c9cb4 100644 --- a/conf/gitconfig +++ b/conf/gitconfig @@ -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