diff options
author | Matt Turner <mattst88@gmail.com> | 2022-09-16 12:00:48 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2022-09-16 12:00:48 -0400 |
commit | 02371727a76f00feeb87297e3d102e0de853f97f (patch) | |
tree | 5f79740704a32aadfe6b8a29afb74e9d6734a80d /.gitconfig | |
parent | 976ccb58e7ef2bbe86a4def4df5c7860f1e4fc61 (diff) |
.gitconfig: Configure default branch name
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,3 +21,5 @@ shwo = show grpe = grep lgo = log +[init] + defaultBranch = main |