Initial Commit
This commit is contained in:
8
git/.gitconfig
Normal file
8
git/.gitconfig
Normal file
@@ -0,0 +1,8 @@
|
||||
[user]
|
||||
name = Patrick Fraley
|
||||
email = patrick@fraley.de
|
||||
[filter "lfs"]
|
||||
required = true
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
process = git-lfs filter-process
|
||||
Reference in New Issue
Block a user