diff options
author | Aaron LI <aly@aaronly.me> | 2018-11-10 00:00:42 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-11-10 00:00:42 +0800 |
commit | 7e1a4781927552285240863889b38d5df0e565ec (patch) | |
tree | 32c9c01997ec6b411ba794d8bd9e615d89ca1222 | |
parent | 9880d5e422b8934d62c0148b4dc42050a3750d70 (diff) | |
download | dotfiles-7e1a4781927552285240863889b38d5df0e565ec.tar.bz2 |
gitconfig: Update with LFS (large file storage)
-rw-r--r-- | _gitconfig | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -196,3 +196,8 @@ human = name-rev --name-only --refs=refs/heads/* serve = !git daemon --reuseaddr --verbose --base-path=. --export-all ./.git snapshot = !git stash save "snapshot: $(date)" && git stash apply "stash@{0}" +[filter "lfs"] + clean = git-lfs clean -- %f + smudge = git-lfs smudge -- %f + process = git-lfs filter-process + required = true |