feat: Enhance gitconfig

This commit is contained in:
Matthew Binning 2026-03-08 15:16:25 -07:00
parent 398e5c3002
commit 8f2e259969

View file

@ -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