Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Review all dvc add examples throughout docs #1255 #1605

Merged
merged 2 commits into from
Jul 21, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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