diff options
author | Starfall <us@starfall.systems> | 2020-07-17 20:36:32 -0500 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2020-07-17 21:11:10 -0500 |
commit | 5cfc3273cc765238199aadbff98f578b4e588e0b (patch) | |
tree | eacb22e9be7a6f70a111c3f60ce697a3f996c1b7 | |
parent | 12b2572a40b8b5cb9ce74b43bd6f802b27b046f8 (diff) |
git: change default branch to main
-rw-r--r-- | .config/git/config | 2 | ||||
-rw-r--r-- | .config/git/template/HEAD | 1 |
2 files changed, 3 insertions, 0 deletions
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 |