From 68003074194629a8df2867ad4d72233772900ca4 Mon Sep 17 00:00:00 2001 From: saugat pachhai Date: Mon, 18 Nov 2019 22:41:31 +0545 Subject: [PATCH] get-started: Remove confusing notice on retrieve_data --- static/docs/get-started/retrieve-data.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/static/docs/get-started/retrieve-data.md b/static/docs/get-started/retrieve-data.md index 5be6176947..bcb82b99bd 100644 --- a/static/docs/get-started/retrieve-data.md +++ b/static/docs/get-started/retrieve-data.md @@ -12,11 +12,6 @@ $ rm -f data/data.xml $ dvc pull ``` -> If you've followed previous chapters of this section, try deleting -> `data/data.xml` before running the command above, otherwise DVC won't find a -> need to [checkout](/doc/command-reference/checkout) the file, since it's -> already in your workspace. - This command downloads data files that are referenced in all [DVC-files](/doc/user-guide/dvc-file-format) in the project. So, you usually run it after `git clone`, `git pull`, or `git checkout`.