From 3c3a270a3703bb2b24857399f5e1d65120cb9152 Mon Sep 17 00:00:00 2001 From: Dev containers Bot <126614555+devcontainers-bot@users.noreply.github.com> Date: Tue, 5 Mar 2024 11:33:50 -0800 Subject: [PATCH] Automated documentation update (#895) Automated documentation update [skip ci] Co-authored-by: github-actions --- src/git-lfs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/git-lfs/README.md b/src/git-lfs/README.md index 9a9a06659..07f671755 100644 --- a/src/git-lfs/README.md +++ b/src/git-lfs/README.md @@ -17,6 +17,7 @@ Installs Git Large File Support (Git LFS) along with needed dependencies. Useful |-----|-----|-----|-----| | version | Select version of Git LFS to install | string | latest | | autoPull | Automatically pull LFS files when creating the container. When false, running 'git lfs pull' in the container will have the same effect. | boolean | true | +| installDirectlyFromGitHubRelease | Installs 'git-lfs' from GitHub releases instead of package manager feeds | boolean | false |