From c4a214d9e2b9fd0a244c6b909e1e4794cd30ee08 Mon Sep 17 00:00:00 2001 From: Jeroen Van Goey Date: Thu, 27 Aug 2020 11:45:17 +0200 Subject: [PATCH] Update command Upon `dvc init`, a `.dvc` folder is created but no files with extension `*.dvc`. Currently running the command gives the error: fatal: pathspec '*.dvc' did not match any files I also added the `.mlvtools` file that is created by the `make dummy-conf` step. --- tutorial/pipeline_features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/pipeline_features.md b/tutorial/pipeline_features.md index cc92cc1..67f015b 100644 --- a/tutorial/pipeline_features.md +++ b/tutorial/pipeline_features.md @@ -83,7 +83,7 @@ Following features will be demonstrated: 6. Version setup under **git** - git add ./dummy *.dvc + git add ./dummy .dvc .mlvtools git commit -m 'Dummy pipeline setup'