Add initial config

This commit is contained in:
JuliusFreudenberger 2021-08-31 14:18:45 +02:00
commit 8e313873c8
182 changed files with 14784 additions and 0 deletions

13
git/.gitconfig Normal file
View file

@ -0,0 +1,13 @@
[alias]
status = st
st = status
co = checkout
[pull]
rebase = false
[init]
defaultBranch = main
[diff]
guitool = meld
tool = meld
[difftool]
prompt = false