dotfiles/.config/git/config

20 lines
305 B
Text

[user]
name = Morgan McMillian
email = morgan@mcmillian.dev
[pull]
rebase = true
[color]
diff = auto
status = auto
branch = auto
interactive = auto
ui = true
pager = true
[sendemail]
annotate = yes
smtpServer = /usr/bin/msmtp
[init]
defaultBranch = main
[alias]
lg = log --graph
st = status