From 017d57343b7449abc916af4266c2fba1734e0345 Mon Sep 17 00:00:00 2001 From: Starfall Date: Wed, 6 Oct 2021 20:28:11 -0500 Subject: git: switch to init.defaultBranch instead of using a template --- .config/git/config | 2 +- .config/git/template/HEAD | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 .config/git/template/HEAD (limited to '.config') 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 -- cgit