all repos — nixfiles @ 806222d15ac74218e466fc7571129ed1a56b33ce

System and user configuration, managed by nix and home-manager

Git: add lfs config

Alan Pearce
commit

806222d15ac74218e466fc7571129ed1a56b33ce

parent

7f96c1d5602a043a2702c03e6bdce309c04417d3

1 file changed, 5 insertions(+), 0 deletions(-)

jump to
M git/.config/git/configgit/.config/git/config
@@ -60,3 +60,8 @@ [branch "master"]
rebase = false [url "ssh://git@gitlab.satoshipay.tech/"] insteadOf = sp: +[filter "lfs"] + clean = git-lfs clean -- %f + smudge = git-lfs smudge -- %f + process = git-lfs filter-process + required = true