Skip to content

Commit

Permalink
Review all dvc add examples throughout docs iterative#1255 iterative#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sahilbhosale63 committed Jul 21, 2020
1 parent 0684f93 commit df3a5d5
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
100% Add|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ|1/1 [00:00, 4.42file/s]
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
100% Add|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ|1/1 [00:00, 4.42file/s]
To track the changes with git run:
git add data.xml.dvc .gitignore
```

Check that file is a read-only link (@ sign means a link):
Expand Down

0 comments on commit df3a5d5

Please sign in to comment.