diff --git a/content/docs/command-reference/add.md b/content/docs/command-reference/add.md index 0c1b6b1b80..75501d2eb9 100644 --- a/content/docs/command-reference/add.md +++ b/content/docs/command-reference/add.md @@ -128,11 +128,6 @@ Track a file with DVC: ```dvc $ dvc add data.xml -... - -To track the changes with git, run: - - git add data.xml.dvc .gitignore ``` As indicated above, a `.dvc` file has been created for `data.xml`. Let's explore diff --git a/content/docs/command-reference/unprotect.md b/content/docs/command-reference/unprotect.md index bd4c56ff90..38576c15fe 100644 --- a/content/docs/command-reference/unprotect.md +++ b/content/docs/command-reference/unprotect.md @@ -59,11 +59,6 @@ $ ls -lh -rw-r--r-- 1 10576022 Nov 27 13:30 Posts.xml.zip $ dvc add Posts.xml.zip -Saving information to 'Posts.xml.zip.dvc'. - -To track the changes with git run: - - git add .gitignore data.xml.dvc ``` Check that file is a read-only link (@ sign means a link):