Skip to content

Commit 4db42a8

Browse files
kpaxicoskshetry
andauthored
Clarify behavior of dvc remove command in update-tracked-data guide (#5491)
Co-authored-by: Saugat Pachhai (सौगात) <[email protected]>
1 parent f689a04 commit 4db42a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/docs/user-guide/how-to/update-tracked-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ $ git push # If you have an upstream repo.
5858
If you want to replace the file altogether, you can take the following steps.
5959

6060
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>):
61+
`dvc remove` on the `.dvc` file. This will remove the `train.tsv.dvc` file, and
62+
it will unlink `train.tsv` from the <abbr>cache</abbr>:
6363

6464
```cli
6565
$ dvc remove train.tsv.dvc

0 commit comments

Comments
 (0)