19 lines
373 B
Text
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
|