initial commit
This commit is contained in:
commit
01145a1c8c
1 changed files with 19 additions and 0 deletions
19
dot_gitconfig
Normal file
19
dot_gitconfig
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue