diff options
author | Aaron LI <aly@aaronly.me> | 2022-01-15 10:46:30 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2023-06-13 10:01:03 +0800 |
commit | 384b1ecc194d31e2e35d361a7715d32047c32537 (patch) | |
tree | 1baae069df3e2e73f075d3e3893f603c0d9515c3 | |
parent | 017320e1f3a1b3b4ea6b01fe46109f1bec0db042 (diff) | |
download | dotfiles-384b1ecc194d31e2e35d361a7715d32047c32537.tar.bz2 |
git: Set default branch to 'master'
-rw-r--r-- | _gitconfig | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |