From 4c153abfb5dbad0721ab21a6d0149e2fa1e79cac Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sun, 23 Aug 2020 17:37:49 +0200 Subject: [PATCH] git config --global init.defaultBranch main --- .gitconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitconfig b/.gitconfig index 1b3286a..323d784 100755 --- a/.gitconfig +++ b/.gitconfig @@ -9,11 +9,12 @@ [alias] tree = log --all --graph --decorate --oneline logs = log --show-signature - yolo = push --force [pager] branch = false config = false stash = false [pull] - ff = only + ff = only +[init] + defaultBranch = main