From 3627eac40d2138b948dfa02fdb6c5f1737c1dc72 Mon Sep 17 00:00:00 2001 From: Sage Vaillancourt Date: Sun, 30 Jan 2022 22:44:31 -0500 Subject: [PATCH] Make defaultBranch main, and show diff in commits --- .gitconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitconfig b/.gitconfig index 8e96130..7c35ed9 100644 --- a/.gitconfig +++ b/.gitconfig @@ -17,3 +17,8 @@ [include] path = ~/.gitlocal +[init] + defaultBranch = main + +[commit] + verbose = true