dotfiles/git/.gitconfig

11 lines
317 B
INI
Raw Normal View History

[user]
email = gabevenberg@gmail.com
2023-02-16 21:16:32 +01: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 20:35:51 +01:00
[init]
defaultBranch = trunk
2023-02-16 11:46:17 +01:00
[push]
autoSetupRemote = true