aboutsummaryrefslogtreecommitdiffstats
path: root/_gitconfig
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2022-01-15 10:46:30 +0800
committerAaron LI <aly@aaronly.me>2023-06-13 10:01:03 +0800
commit384b1ecc194d31e2e35d361a7715d32047c32537 (patch)
tree1baae069df3e2e73f075d3e3893f603c0d9515c3 /_gitconfig
parent017320e1f3a1b3b4ea6b01fe46109f1bec0db042 (diff)
downloaddotfiles-384b1ecc194d31e2e35d361a7715d32047c32537.tar.bz2
git: Set default branch to 'master'
Diffstat (limited to '_gitconfig')
-rw-r--r--_gitconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/_gitconfig b/_gitconfig
index 7768ee9..0d1fb32 100644
--- a/_gitconfig
+++ b/_gitconfig
@@ -15,6 +15,9 @@
# Aaron LI
#
+[init]
+ defaultBranch = master
+
[core]
# Use 'less' as the pager and display tabs of width 8
pager = less -x1,9 -R