init
This commit is contained in:
commit
fa3a6340cc
2 changed files with 51 additions and 0 deletions
15
.gitconfig
Normal file
15
.gitconfig
Normal file
|
@ -0,0 +1,15 @@
|
|||
[filter "lfs"]
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
|
||||
[user]
|
||||
name = JMARyA
|
||||
email = jmarya@hydrar.de
|
||||
|
||||
[gpg]
|
||||
program = /usr/local/bin/gpg
|
||||
|
||||
[commit]
|
||||
gpgsign = true
|
Loading…
Add table
Add a link
Reference in a new issue