Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/static/docs/command-reference/get.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ We can also use `dvc get` to retrieve any file or directory that exists in a git
repository.

```dvc
$ dvc get https://github.com/schacon/cowsay/install.sh install.sh
$ dvc get https://github.com/schacon/cowsay install.sh
$ ls
install.sh
```
Comment on lines 115 to 119
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this example called Get a Git-tracked model file? I'll update it in another PR.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in 86972d4.

Expand Down