Added Git LFS

panther
J. Fernando Sánchez 7 years ago
parent 0a59f73c8f
commit 91a33cdeb5

@ -17,3 +17,8 @@ lg2 = log --graph --all --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan
lg = !"git lg1"
[core]
excludesfile = ~/.gitignore_global
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true

Loading…
Cancel
Save