git-lfs/docs/man/git-lfs-ext.1.ronn

27 lines
465 B
Plaintext
Raw Normal View History

2015-07-10 20:54:06 +00:00
git-lfs-ext(1) - View extension details
==============================================================
## SYNOPSIS
`git lfs ext list` [<name>...]
## DESCRIPTION
Git LFS extensions enable the manipulation of files streams
during smudge and clean.
## EXAMPLES
* List details for all extensions
2015-07-24 04:53:36 +00:00
`git lfs ext`
2015-07-10 20:54:06 +00:00
`git lfs ext list`
* List details for the specified extensions
`git lfs ext list 'foo' 'bar'`
## SEE ALSO
Part of the git-lfs(1) suite.