1
0
mirror of https://github.com/balkian/dotfiles.git synced 2024-11-05 05:01:43 +00:00

Added Git LFS

This commit is contained in:
J. Fernando Sánchez 2017-01-14 00:13:09 +01:00
parent 0a59f73c8f
commit 91a33cdeb5

View File

@ -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