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 1cef296 commit 2e7a5d9Copy full SHA for 2e7a5d9
repo2docker/app.py
@@ -194,7 +194,10 @@ def _user_name_default(self):
194
)
195
196
def fetch(self, url, ref, checkout_path):
197
- """Check out a repo using url and ref to the checkout_path locationself.
+ """Fetch the contents of `url` and place it in `checkout_path`.
198
+
199
+ The `ref` parameter specifies what "version" of the contents should be
200
+ fetched. In the case of a git repository `ref` is the SHA-1 of a commit.
201
202
Iterate through possible content providers until a valid provider,
203
based on URL, is found.
0 commit comments