commit 2f38696a958dc534eb86a1e6043ed50b87db66f4 parent 9cdfd774267fe936991b9d6d1b45a9ef089b1c7b Author: Stefan Koch <programming@stefan-koch.name> Date: Fri, 28 Jul 2023 17:31:50 +0200 get rid of git branch warning Diffstat:
M | dot_gitconfig.tmpl | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/dot_gitconfig.tmpl b/dot_gitconfig.tmpl @@ -3,3 +3,5 @@ name = "Stefan Koch" [pull] rebase = true +[init] + defaultBranch = master