aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2023-04-04 20:05:12 +0300
committerGitHub <noreply@github.com>2023-04-04 20:05:12 +0300
commitf0dd470ba898bb62eb0fa425aa81e86072454167 (patch)
treee0319719e16b80cd4a96a2a0417d6bb0965e78cb
parent2952d87f1db5681330db025e17ab4357a1bdc275 (diff)
Automated documentation update (#512)
Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
-rw-r--r--src/git-lfs/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/git-lfs/README.md b/src/git-lfs/README.md
index 9fc3281..9a9a066 100644
--- a/src/git-lfs/README.md
+++ b/src/git-lfs/README.md
@@ -16,6 +16,7 @@ Installs Git Large File Support (Git LFS) along with needed dependencies. Useful
| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| 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 |