dotfiles/git/.gitconfig

11 lines
317 B
INI

[user]
email = gabevenberg@gmail.com
name = Gabe Venberg
[alias]
hist = log --graph --date-order --date=short --pretty=format:'%C(auto)%h%d %C(reset)%s %C(bold blue)%ce %C(reset)%C(green)%cr (%cd)'
graph = log --graph --decorate --oneline --topo-order
[init]
defaultBranch = trunk
[push]
autoSetupRemote = true