Skip to content

Commit

Permalink
get-started: dont say git is optional explicitly in index
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Jun 4, 2020
1 parent 0b92e80 commit 792db53
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions content/docs/tutorials/get-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ $ ls .dvc/
config plots/ tmp/
```

DVC can work on top of Git, which serves as the underlying versioning layer.
This is optional, but needed for
[data versioning](/doc/tutorials/get-started/data-versioning). The `.dvc/`
directory is automatically staged with Git, so it can be committed right after
initialization:
DVC is typically initialized on top of Git, which is needed for the
[versioning](/doc/tutorials/get-started/data-versioning) features. The `.dvc/`
directory is automatically staged with Git by `dvc init`, so it can be committed
right away:

```dvc
$ git status
Expand Down

0 comments on commit 792db53

Please sign in to comment.