git-lfs 0.7.0

Large file storage for git, implemented in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
List the file types taking up the most space in unpushed commits:

    git lfs migrate info

Check large files and existing LFS objects across every branch (local + remote):

    git lfs migrate info --everything

Report files that should be tracked by Git LFS according to the repository's `.gitattributes` but aren't yet pointers — the candidate set for `git lfs migrate import --fixup`:

    git lfs migrate info --fixup