dotfiles

config files for my linux setup
git clone git://edryd.org/dotfiles
Log | Files | Refs | README

commit a0012bd98e307f2dca2faabc7909f921698621d4
parent 0c08d7374b163ee64ec186f27ca45f88ddf39a05
Author: Ed van Bruggen <ed@edryd.org>
Date:   Sat, 24 Feb 2024 21:41:59 -0500

git: Change default branch name to main

Diffstat:
Mgitconfig | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/gitconfig b/gitconfig @@ -45,3 +45,5 @@ smtpServer = smtp.uw.edu smtpUser = edvb@uw.edu smtpServerPort = 587 +[init] + defaultBranch = main