summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2021-05-21 00:06:50 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2021-05-21 00:06:50 +0200
commitaab3f420a8bee4c04f1f1d7d0398dd4cb0e056db (patch)
tree6396ea0dec52d314f5b60d4c3106b0077ec6187e
parentc27c1c4c74ef97498483a7e5bafdf3157488a1fb (diff)
downloaddotfiles-aab3f420a8bee4c04f1f1d7d0398dd4cb0e056db.tar.gz
dotfiles-aab3f420a8bee4c04f1f1d7d0398dd4cb0e056db.tar.bz2
dotfiles-aab3f420a8bee4c04f1f1d7d0398dd4cb0e056db.zip
[git] Default to master on init
-rw-r--r--.gitconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index 23c05fe..9d5b7e1 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -54,4 +54,7 @@
pushInsteadOf = "https://git.necoro.dev/"
pushInsteadOf = "https://git.necoro.eu/"
+[init]
+ defaultBranch = master
+
# vim: noexpandtab