Initial commit
This commit is contained in:
10
git/dot-gitconfig
Normal file
10
git/dot-gitconfig
Normal file
@@ -0,0 +1,10 @@
|
||||
[filter "lfs"]
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
[user]
|
||||
name = jyelon
|
||||
email = jyelon@gmail.com
|
||||
[credential]
|
||||
helper = cache --timeout 43200
|
||||
Reference in New Issue
Block a user