diff options
Diffstat (limited to 'dots/git/.gitconfig.j2')
-rw-r--r-- | dots/git/.gitconfig.j2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dots/git/.gitconfig.j2 b/dots/git/.gitconfig.j2 index dc8d3e3..430c518 100644 --- a/dots/git/.gitconfig.j2 +++ b/dots/git/.gitconfig.j2 @@ -1,3 +1,5 @@ +[init] + defaultBranch = main [user] signingkey = {{ pgp.signing }} user = {{ user.name }} |