diff options
-rw-r--r-- | src/git-lfs/README.md | 1 |
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 | |