Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -309,11 +309,13 @@ When you have a script that takes some data as an input and produces other data

> If you tried the commands in the
> [Switching between workspace versions](#switching-between-workspace-versions)
> section, go back to the master branch code and data with:
> section, go back to the master branch code and data, and remove the
> `model.h5.dvc` file with:
>
> ```dvc
> $ git checkout master
> $ dvc checkout
> $ dvc remove model.h5.dvc
Comment thread
shcheklein marked this conversation as resolved.
> ```

```dvc
Expand Down