mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
git: enable templateDir
This commit is contained in:
parent
ac132f61fb
commit
33c0cb179b
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user