From 606b840c5999adbfca80a62f469c86150b413fba 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 | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index c4e8f4c..69f091d 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,5 +1,18 @@ [user] email = matthewbinning@pm.me name = Matthew Binning -[core] + username = matthew.binning editor = vi + autocrlf = input +[init] + defaultBranch = main +[pull] + rebase = true +[push] + autoSetupRemote = true +[alias] + st = status + sw = switch + lg = log --oneline --graph --decorate +[credential] + helper = store