Add gitconfigs

This commit is contained in:
Florian Hoss 2024-04-18 14:11:57 +02:00
parent 3097d963c0
commit 199b376990
No known key found for this signature in database
GPG key ID: 0638DC11BFD36662
2 changed files with 17 additions and 0 deletions

14
Git/.gitconfig Normal file
View file

@ -0,0 +1,14 @@
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[user]
name = Florian Hoss
email = fhoss@brainority.com
[commit]
gpgsign = true
[gpg]
program = /opt/homebrew/bin/gpg
[includeIf "gitdir:~/Documents/PrivateGit/"]
path = ~/Documents/PrivateGit/.gitconfig

View file

@ -0,0 +1,3 @@
[user]
name = Florian Hoss
email = mail@florianhoss.de