about summary refs log tree commit diff
path: root/.config/git
diff options
context:
space:
mode:
authorStarfall <us@starfall.systems>2021-10-06 20:28:11 -0500
committerStarfall <us@starfall.systems>2021-10-06 20:28:11 -0500
commit017d57343b7449abc916af4266c2fba1734e0345 (patch)
tree753549de4bfdc571eb458d3f65ae0643f038fbb5 /.config/git
parent26f17fbd5171d9dd8776004fa4e63f596de42cfc (diff)
git: switch to init.defaultBranch instead of using a template
Diffstat (limited to '.config/git')
-rw-r--r--.config/git/config2
-rw-r--r--.config/git/template/HEAD1
2 files changed, 1 insertions, 2 deletions
diff --git a/.config/git/config b/.config/git/config
index fd8b7ff..7048918 100644
--- a/.config/git/config
+++ b/.config/git/config
@@ -3,7 +3,7 @@
 	name = Starfall
 	signingkey = 541D770208F350CF2D8050BEBA9A53C969522B56
 [init]
-	templateDir = ~/.config/git/template
+	defaultBranch = main
 [commit]
 	gpgsign = true
 [log]
diff --git a/.config/git/template/HEAD b/.config/git/template/HEAD
deleted file mode 100644
index b870d82..0000000
--- a/.config/git/template/HEAD
+++ /dev/null
@@ -1 +0,0 @@
-ref: refs/heads/main