From 0a4f9cec56e0075802a38c23f7ed96094126d9c9 Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Fri, 1 Dec 2023 09:08:01 -0600 Subject: [PATCH] made default branch 'main' for new repos. --- git/.gitconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/git/.gitconfig b/git/.gitconfig index 797eec5..80766c4 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -1,11 +1,11 @@ [user] - email = venberggabe@johndeere.com + email = gabevenberg@gmail.com name = Gabe Venberg [alias] hist = log --graph --date-order --date=short --pretty=format:'%C(auto)%h%d %C(reset)%s %C(bold blue)%ce %C(reset)%C(green)%cr (%cd)' graph = log --graph --topo-order --all --pretty=format:'%C(auto)%h %C(cyan)%an %C(blue)%ar %C(auto)%d %s' [init] - defaultBranch = trunk + defaultBranch = main [push] autoSetupRemote = true [difftool]