Skip to content

Commit

Permalink
term: "commit hash"->"commit SHA hash" to match iterative#962 but
Browse files Browse the repository at this point in the history
may change the decision in that other PR.
  • Loading branch information
jorgeorpinel committed Feb 12, 2020
1 parent 70f9ad5 commit 51d5605
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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 @@ -56,7 +56,7 @@ name.
an existing directory is specified, then the output will be placed inside of
it.

- `--rev` - commit hash, branch or tag name, etc. (any
- `--rev` - commit SHA hash, branch or tag name, etc. (any
[Git revision](https://git-scm.com/docs/revisions)) of the repository to
download the file or directory from. The latest commit in `master` (tip of the
default branch) is used by default when this option is not specified.
Expand Down
2 changes: 1 addition & 1 deletion public/static/docs/command-reference/import.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ data artifact from the source repo.
an existing directory is specified, then the output will be placed inside of
it.

- `--rev` - commit hash, branch or tag name, etc. (any
- `--rev` - commit SHA hash, branch or tag name, etc. (any
[Git revision](https://git-scm.com/docs/revisions)) of the repository to
download the file or directory from. The latest commit in `master` (tip of the
default branch) is used by default when this option is not specified.
Expand Down
10 changes: 5 additions & 5 deletions public/static/docs/command-reference/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ etc.) doesn't have DVC initialized (no `.dvc/` directory present).

Namely:

**Checkout**: For any commit hash, branch or tag, `git checkout` retrieves the
[DVC-files](/doc/user-guide/dvc-file-format) corresponding to that version. The
project's DVC-files in turn refer to data stored in <abbr>cache</abbr>, but not
necessarily in the <abbr>workspace</abbr>. Normally, it would be necessary to
run `dvc checkout` to synchronize workspace and DVC-files.
**Checkout**: For any commit SHA hash, branch or tag, `git checkout` retrieves
the [DVC-files](/doc/user-guide/dvc-file-format) corresponding to that version.
The project's DVC-files in turn refer to data stored in <abbr>cache</abbr>, but
not necessarily in the <abbr>workspace</abbr>. Normally, it would be necessary
to run `dvc checkout` to synchronize workspace and DVC-files.

This hook automates running `dvc checkout`.

Expand Down

0 comments on commit 51d5605

Please sign in to comment.