github.com/x-oss-byte/git-lfs@v2.5.2+incompatible/docs/man/git-lfs-ext.1.ronn (about) 1 git-lfs-ext(1) - View extension details 2 ============================================================== 3 4 ## SYNOPSIS 5 6 `git lfs ext list` [<name>...] 7 8 ## DESCRIPTION 9 10 Git LFS extensions enable the manipulation of files streams 11 during smudge and clean. 12 13 ## EXAMPLES 14 15 * List details for all extensions 16 17 `git lfs ext` 18 `git lfs ext list` 19 20 * List details for the specified extensions 21 22 `git lfs ext list 'foo' 'bar'` 23 24 ## SEE ALSO 25 26 Part of the git-lfs(1) suite.