add .gitconfig

This commit is contained in:
cubernetes 2023-07-28 09:29:23 +02:00
parent bc788acb18
commit 32f8cdb732
1 changed files with 14 additions and 0 deletions

14
.gitconfig Normal file
View File

@ -0,0 +1,14 @@
[user]
name = cubernetes
email = timo42@protonmail.com
[init]
defaultBranch = main
[filter "lfs"]
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
[alias]
s = status
a = add
ci = commit