Skip to content

Commit

Permalink
get/import: add link and clarify HEAD --rev option default
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Sep 1, 2019
1 parent d86008a commit c38e6ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion static/docs/commands-reference/get.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ created in the current working directory, with its original file name.
isn't used) is the current working directory (`.`) and original file name.

- `--rev` - specific Git revision of the DVC repository to import the data from.
`HEAD` by default.
[`HEAD`](https://git-scm.com/book/en/v2/Git-Internals-Git-References#ref_the_ref)
is used by default when this option is not specified.

- `-h`, `--help` - prints the usage/help message, and exit.

Expand Down
3 changes: 2 additions & 1 deletion static/docs/commands-reference/import.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ downloaded data artifact from the external DVC repo.
isn't used) is the current working directory (`.`) and original file name.

- `--rev` - specific Git revision of the DVC repository to import the data from.
`HEAD` by default.
[`HEAD`](https://git-scm.com/book/en/v2/Git-Internals-Git-References#ref_the_ref)
is used by default when this option is not specified.

- `-h`, `--help` - prints the usage/help message, and exit.

Expand Down

0 comments on commit c38e6ce

Please sign in to comment.