We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b27a0e7 commit 79afb97Copy full SHA for 79afb97
.github/container/git-clone.sh
@@ -10,7 +10,9 @@ Usage: $0 [OPTION]... GIT_URL#REF PATH
10
-h, --help Print usage.
11
-m, --manifest FILE The manifest yaml file to which the downloaded library is documented.
12
Default is /opt/manifest.d/git-clone.yaml
13
-TARGET_IMAGE
+ --sparse-path PATH If specified, use sparse checkout to only fetch the given path.
14
+ PATH is relative to the repo root.
15
+
16
Example:
17
# clone JAX's main branch at /opt/jax and update manifest file at the default location
18
git-clone.sh https://github.com/google/jax.git#main /opt/jax
0 commit comments