LFS support.

This commit is contained in:
James Patrick 2021-11-20 15:20:11 -05:00
parent c00c839769
commit 618147c543

View File

@ -1,5 +1,5 @@
[user]
email = james@jpatrick.io
email = subscriptions@jpatrick.io
name = James Patrick
[core]
@ -22,3 +22,8 @@
user = jamesepatrick
[alias]
root = rev-parse --show-toplevel
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true