dotfiles/dot_gitconfig
2024-05-29 14:00:03 -05:00

16 lines
428 B
Plaintext

[user]
email = mail@mzhang.io
name = Michael Zhang
[alias]
lg = log --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
lgg = log --graph --all --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
[init]
defaultBranch = "master"
[pull]
rebase = true
# vim: set filetype=gitconfig: