initial commit

This commit is contained in:
Chris Cowley 2025-09-16 16:02:41 +02:00
commit 01145a1c8c

19
dot_gitconfig Normal file
View file

@ -0,0 +1,19 @@
[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