Move gitconfig
This commit is contained in:
parent
3cff779b6c
commit
92e742ace6
|
@ -0,0 +1,12 @@
|
|||
[user]
|
||||
name = Santiago Lo Coco
|
||||
email = slococo@slc.ar
|
||||
[commit]
|
||||
gpgSign = false
|
||||
[gc]
|
||||
autoDetach = false
|
||||
[filter "lfs"]
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
process = git-lfs filter-process
|
||||
required = true
|
Loading…
Reference in New Issue