diff options
author | Starfall <us@starfall.systems> | 2021-10-06 20:28:11 -0500 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2021-10-06 20:28:11 -0500 |
commit | 017d57343b7449abc916af4266c2fba1734e0345 (patch) | |
tree | 753549de4bfdc571eb458d3f65ae0643f038fbb5 /.config | |
parent | 26f17fbd5171d9dd8776004fa4e63f596de42cfc (diff) |
git: switch to init.defaultBranch instead of using a template
Diffstat (limited to '.config')
-rw-r--r-- | .config/git/config | 2 | ||||
-rw-r--r-- | .config/git/template/HEAD | 1 |
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 |