From 491be18a7a2ab59884e4937b44ab41690c2b7f45 Mon Sep 17 00:00:00 2001 From: Erin Weisbart <54687786+ErinWeisbart@users.noreply.github.com> Date: Fri, 7 Feb 2025 11:53:40 -0800 Subject: [PATCH] remove --recursive --recursive has been deprecated? --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff186db..c0f5330 100644 --- a/README.md +++ b/README.md @@ -259,9 +259,9 @@ If there are multiple config files, each one of them can be run one after the ot If using a data repository, push the newly created profiles to DVC and the .dvc files and other files to GitHub as follows ```bash -dvc add profiles/${BATCH} --recursive +dvc add profiles/${BATCH} dvc push -git add profiles/${BATCH}/*/*.dvc profiles/${BATCH}/*/*.gitignore +git add profiles/${BATCH}.dvc profiles/${BATCH}.gitignore git commit -m 'add profiles' git add * git commit -m 'add files made in profiling'