Skip to content

Commit

Permalink
import: improve wording in cmd ref
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Nov 19, 2019
1 parent ac41971 commit a8f4520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/docs/command-reference/import.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a8f4520

Please sign in to comment.