chezmoi/dot_gitconfig
2025-09-16 16:02:41 +02:00

19 lines
373 B
Text

[init]
defaultBranch = main
[user]
name = Chris Cowley
email = chris@cowley.tech
[pull]
rebase = true
[push]
autoSetupRemote = true
[alias]
dad = !curl https://icanhazdadjoke.com/ && echo
grall = log --graph --all
graph = log --graph --oneline --all --decorate --topo-order
[diff]
tool = vimdiff
[merge]
tool = vimdiff