DVC: add page including sub-commands checkout, init, add
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
beb5f2930a
commit
51190d4610
20
pages/common/dvc.md
Normal file
20
pages/common/dvc.md
Normal 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}}`
|
Reference in New Issue
Block a user