dotfiles/git/.gitconfig

11 lines
317 B
INI
Raw Normal View History

[user]
email = gabevenberg@gmail.com
2023-02-16 14:16:32 -06:00
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
2022-02-07 13:35:51 -06:00
[init]
defaultBranch = trunk
2023-02-16 04:46:17 -06:00
[push]
autoSetupRemote = true