1GIT-LFS-EXT(1) GIT-LFS-EXT(1)
23
4
NAME
6git-lfs-ext - View extension details
7
SYNOPSIS
9git lfs ext list [<name>...]
10
DESCRIPTION
12Git LFS extensions enable the manipulation of files streams during
13smudge and clean.
14
EXAMPLES
16• List details for all extensions
1718
$ git lfs ext
19$ git lfs ext list
2021
• List details for the specified extensions
2223
$ git lfs ext list 'foo' 'bar'
24
SEE ALSO
26Part of the git-lfs(1) suite.
2728
29
30
GIT-LFS-EXT(1)