summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2022-09-16 12:00:48 -0400
committerMatt Turner <mattst88@gmail.com>2022-09-16 12:00:48 -0400
commit02371727a76f00feeb87297e3d102e0de853f97f (patch)
tree5f79740704a32aadfe6b8a29afb74e9d6734a80d
parent976ccb58e7ef2bbe86a4def4df5c7860f1e4fc61 (diff)
.gitconfig: Configure default branch name
-rw-r--r--.gitconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index 661358e..8183db0 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -21,3 +21,5 @@
shwo = show
grpe = grep
lgo = log
+[init]
+ defaultBranch = main