Skip to content

Commit

Permalink
Review all dvc add examples throughout docs iterative#1255
Browse files Browse the repository at this point in the history
  • Loading branch information
sahilbhosale63 committed Jul 20, 2020
1 parent eb1d111 commit 0684f93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/docs/command-reference/add.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ 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:
Expand Down
4 changes: 2 additions & 2 deletions content/docs/command-reference/unprotect.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ $ 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'.
100% Add|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ|1/1 [00:00, 4.42file/s]
To track the changes with git run:
git add .gitignore data.xml.dvc
git add data.xml.dvc .gitignore
```

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

0 comments on commit 0684f93

Please sign in to comment.