diff options
Diffstat (limited to 'src/git-lfs/README.md')
-rw-r--r-- | src/git-lfs/README.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/git-lfs/README.md b/src/git-lfs/README.md new file mode 100644 index 0000000..3b462c4 --- /dev/null +++ b/src/git-lfs/README.md @@ -0,0 +1,27 @@ + +# Git Large File Support (LFS) (git-lfs) + + + +## Example Usage + +```json +"features": [ + { + "id": "devcontainers/features/git-lfs@latest", + "options": { + "version": "latest" + } + } +] +``` + +## Options + +| Options Id | Description | Type | Default Value | +|-----|-----|-----|-----| +| version | Select version of Git LFS to install | string | latest | + +--- + +_Note: This file was auto-generated from the [devcontainer-feature.json](./devcontainer-feature.json)._ |