DVC: add page including sub-commands checkout, init, add

This commit is contained in:
Puneetha Pai
2020-07-22 20:57:28 +05:30
committed by Starbeamrainbowlabs
parent beb5f2930a
commit 51190d4610
4 changed files with 72 additions and 0 deletions

20
pages/common/dvc.md Normal file
View File

@@ -0,0 +1,20 @@
# dvc
> Data Version Control i.e git for data
> More information: <https://dvc.org/>.
- Check the DVC version:
`dvc --version`
- Call general help:
`dvc --help`
- Call help on a command:
`dvc {{command}} --help`
- Execute Git command:
`git {{command}}`