Skip to content

Commit

Permalink
glossary: add back DVC project
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed May 25, 2020
1 parent 2086f3e commit d4ec8a5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions content/docs/user-guide/basic-concepts/dvc-project.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: 'DVC Project'
match:
[
'DVC project',
'DVC projects',
project,
projects,
'DVC repository',
'DVC repositories',
repository,
repositories,
]
---

Initialized by running `dvc init` in the **workspace** (typically in a Git
repository). It will contain the
[`.dvc/` directory](/doc/user-guide/dvc-files-and-directories) and
[DVC-files](/doc/user-guide/dvc-file-format) created with commands such as
`dvc add` or `dvc run`.

0 comments on commit d4ec8a5

Please sign in to comment.