From 51d5605945f6b64a97bb26aee6f86a144ea20b18 Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Date: Tue, 11 Feb 2020 23:55:39 -0600 Subject: [PATCH] term: "commit hash"->"commit SHA hash" to match #962 but may change the decision in that other PR. --- public/static/docs/command-reference/get.md | 2 +- public/static/docs/command-reference/import.md | 2 +- public/static/docs/command-reference/install.md | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/public/static/docs/command-reference/get.md b/public/static/docs/command-reference/get.md index 60cf780d15..7844c3eff7 100644 --- a/public/static/docs/command-reference/get.md +++ b/public/static/docs/command-reference/get.md @@ -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. diff --git a/public/static/docs/command-reference/import.md b/public/static/docs/command-reference/import.md index 508dba16b8..0354f1c00a 100644 --- a/public/static/docs/command-reference/import.md +++ b/public/static/docs/command-reference/import.md @@ -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. diff --git a/public/static/docs/command-reference/install.md b/public/static/docs/command-reference/install.md index b1351cabfd..2e258e557e 100644 --- a/public/static/docs/command-reference/install.md +++ b/public/static/docs/command-reference/install.md @@ -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 cache, but not -necessarily in the workspace. 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 cache, but +not necessarily in the workspace. Normally, it would be necessary +to run `dvc checkout` to synchronize workspace and DVC-files. This hook automates running `dvc checkout`.