-
Notifications
You must be signed in to change notification settings - Fork 394
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #912 from fabiosantoscode/feature/get-non-dvc
DOC: reflect the fact that get allows for non-DVC repositories
- Loading branch information
Showing
4 changed files
with
43 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -151,8 +151,8 @@ determine whether the source has changed and we need to download the file again. | |
## Example: Using import | ||
`dvc import` can download a <abbr>data artifact</abbr> from any <abbr>DVC | ||
repository</abbr>. It also creates an external dependency in its <abbr>import | ||
stage</abbr> (DVC-file). | ||
project</abbr> or Git repository. It also creates an external dependency in its | ||
<abbr>import stage</abbr> (DVC-file). | ||
|
||
```dvc | ||
$ dvc import [email protected]:iterative/example-get-started model.pkl | ||
|