From 8f2e259969320d6a2f6cfd4f1185d4ed1e54ec80 Mon Sep 17 00:00:00 2001 From: Matthew Binning Date: Sun, 8 Mar 2026 15:16:25 -0700 Subject: [PATCH] feat: Enhance gitconfig --- .gitconfig | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/.gitconfig b/.gitconfig index c4e8f4c..963c963 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,5 +1,20 @@ [user] - email = matthewbinning@pm.me - name = Matthew Binning -[core] - editor = vi + email = matthewbinning@pm.me + name = Matthew Binning + username = matthew.binning + editor = vi + autocrlf = input +[init] + defaultBranch = main +[pull] + rebase = true +[push] + autoSetupRemote = true +[alias] + br = branch + rb = rebase + st = status + sw = switch + l = log --oneline --graph --decorate +[credential] + helper = /usr/lib/git-core/git-credential-libsecret