Add gitconfigs
This commit is contained in:
parent
3097d963c0
commit
199b376990
2 changed files with 17 additions and 0 deletions
14
Git/.gitconfig
Normal file
14
Git/.gitconfig
Normal 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
|
3
Git/PrivateGit/.gitconfig
Normal file
3
Git/PrivateGit/.gitconfig
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[user]
|
||||||
|
name = Florian Hoss
|
||||||
|
email = mail@florianhoss.de
|
Loading…
Reference in a new issue