commit 395ed1581553b76fe4f1dc7dc7d3cf3492086d99 parent 6f63739f3938c61ff698935d522ec19901162e43 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Wed, 17 Mar 2021 18:46:06 +0100 .gitconfig: use master as default branch Diffstat:
M | .gitconfig | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.gitconfig b/.gitconfig @@ -38,3 +38,5 @@ helper = cache --timeout=36000 [pull] rebase = true +[init] + defaultBranch = master