From 499d382bae1c65d32df4b66106d56840a00a9bdd Mon Sep 17 00:00:00 2001 From: Ivan Shcheklein Date: Thu, 27 Feb 2020 14:51:55 -0800 Subject: [PATCH] Update versioning.md --- public/static/docs/tutorials/versioning.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/public/static/docs/tutorials/versioning.md b/public/static/docs/tutorials/versioning.md index c513fb9e88..c08dd8f9c6 100644 --- a/public/static/docs/tutorials/versioning.md +++ b/public/static/docs/tutorials/versioning.md @@ -229,10 +229,6 @@ $ python train.py $ dvc add model.h5 ``` -> `dvc remove` is necessary here because `model.h5` was already added with -> `dvc add` earlier, but we want to do so again. Later we'll see how `dvc run` -> eliminates this extra step. - Let's commit the second version: ```dvc