From 5cfc3273cc765238199aadbff98f578b4e588e0b Mon Sep 17 00:00:00 2001 From: Starfall Date: Fri, 17 Jul 2020 20:36:32 -0500 Subject: git: change default branch to main --- .config/git/config | 2 ++ .config/git/template/HEAD | 1 + 2 files changed, 3 insertions(+) create mode 100644 .config/git/template/HEAD diff --git a/.config/git/config b/.config/git/config index 90c0446..e6cebbf 100644 --- a/.config/git/config +++ b/.config/git/config @@ -1,3 +1,5 @@ [user] email = us@starfall.systems name = Starfall +[init] + templateDir = ~/.config/git/template diff --git a/.config/git/template/HEAD b/.config/git/template/HEAD new file mode 100644 index 0000000..b870d82 --- /dev/null +++ b/.config/git/template/HEAD @@ -0,0 +1 @@ +ref: refs/heads/main -- cgit