added .gitconfig
This commit is contained in:
parent
243fd06a34
commit
e3d9b8702c
1 changed files with 13 additions and 0 deletions
13
.gitconfig
Normal file
13
.gitconfig
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
[user]
|
||||||
|
email = lennart.alff@gmail.com
|
||||||
|
name = Thies Lennart Alff
|
||||||
|
[merge]
|
||||||
|
tool = kdiff3
|
||||||
|
[diff]
|
||||||
|
guitool = kompare
|
||||||
|
[init]
|
||||||
|
defaultBranch = main
|
||||||
|
[core]
|
||||||
|
editor = vim
|
||||||
|
[pull]
|
||||||
|
ff = only
|
||||||
Loading…
Reference in a new issue