dotfiles/.gitconfig

18 lines
340 B
INI

[user]
email = matthewbinning@pm.me
name = Matthew Binning
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