From ea6851f98c8d95ea0964b195589e91bd68d174c1 Mon Sep 17 00:00:00 2001 From: PowerUser64 <blakelysnorth@gmail.com> Date: Wed, 13 Oct 2021 01:52:29 -0700 Subject: [PATCH] git: `trunk` is now the default name for the default branch TODO: change the master branch in this repo to be called trunk --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 1acb67a..03dde38 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,3 +1,5 @@ +[init] + defaultBranch = trunk [credential] helper = store [pull]