We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dvc remove
1 parent f689a04 commit 4db42a8Copy full SHA for 4db42a8
content/docs/user-guide/how-to/update-tracked-data.md
@@ -58,8 +58,8 @@ $ git push # If you have an upstream repo.
58
If you want to replace the file altogether, you can take the following steps.
59
60
First, [stop tracking](/user-guide/how-to/stop-tracking-data) the file by using
61
-`dvc remove` on the `.dvc` file. This will remove `train.tsv` from the workspace
62
-(and unlink it from the <abbr>cache</abbr>):
+`dvc remove` on the `.dvc` file. This will remove the `train.tsv.dvc` file, and
+it will unlink `train.tsv` from the <abbr>cache</abbr>:
63
64
```cli
65
$ dvc remove train.tsv.dvc
0 commit comments