Skip to content

Commit

Permalink
Merge pull request #1605 from sahilbhosale63/master
Browse files Browse the repository at this point in the history
Review all dvc add examples throughout docs #1255
  • Loading branch information
jorgeorpinel authored Jul 21, 2020
2 parents fe6ae59 + df3a5d5 commit 9debdc0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions content/docs/command-reference/add.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 0 additions & 5 deletions content/docs/command-reference/unprotect.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 9debdc0

Please sign in to comment.