.gitconfig: lfs and editor
This commit is contained in:
parent
ec6249f9d6
commit
9c3b93521c
@ -2,3 +2,10 @@
|
|||||||
[user]
|
[user]
|
||||||
name = Alice Gaudon
|
name = Alice Gaudon
|
||||||
email = alice@gaudon.pro
|
email = alice@gaudon.pro
|
||||||
|
[filter "lfs"]
|
||||||
|
clean = git-lfs clean -- %f
|
||||||
|
smudge = git-lfs smudge -- %f
|
||||||
|
process = git-lfs filter-process
|
||||||
|
required = true
|
||||||
|
[core]
|
||||||
|
editor = micro
|
||||||
|
Loading…
Reference in New Issue
Block a user