From a8f452024d16c1ed6d25cf68059475debd616900 Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Date: Tue, 19 Nov 2019 13:31:05 -0600 Subject: [PATCH] import: improve wording in cmd ref per https://github.com/iterative/dvc.org/pull/800#pullrequestreview-318974468 --- static/docs/command-reference/import.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/docs/command-reference/import.md b/static/docs/command-reference/import.md index f4bdbad09c..1444626f0f 100644 --- a/static/docs/command-reference/import.md +++ b/static/docs/command-reference/import.md @@ -154,7 +154,7 @@ deps: If the [Git revision](https://git-scm.com/book/en/v2/Git-Internals-Git-References) -moves (e.g. branches), you may use `dvc update` to bring the data up to date. +moves (e.g. a branch), you may use `dvc update` to bring the data up to date. However, for typically static references (e.g. tags), or for SHA commits, in order to actually "update" an import, it's necessary to **re-import the data** instead, by using `dvc import` again without or with a different `--rev`. This