mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
DVC: Fix failing tests
This commit is contained in:
parent
c96d68ed62
commit
c6d6d7618c
5 changed files with 5 additions and 5 deletions
|
@ -15,6 +15,6 @@
|
|||
|
||||
`dvc add --recursive {{path/to/directory}}`
|
||||
|
||||
- Add target file with custom .dvc file name
|
||||
- Add target file with custom .dvc file name:
|
||||
|
||||
`dvc add --file custom_name.dvc {{path/to/file}}`
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# dvc dag
|
||||
|
||||
> Visualize the pipeline(s) in dvc.yaml
|
||||
> Visualize the pipeline(s) in dvc.yaml.
|
||||
> More information: <https://dvc.org/doc/command-reference/dag>.
|
||||
|
||||
- Visualize entire pipeline:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# dvc diff
|
||||
|
||||
> Show changes in DVC tracked file and directories added/deleted/modified
|
||||
> Show changes in DVC tracked file and directories added/deleted/modified.
|
||||
> More information: <https://dvc.org/doc/command-reference/diff>.
|
||||
|
||||
- Compare DVC tracked file from different Git commit/tag/branch w.r.t current workspace:
|
||||
|
|
|
@ -11,6 +11,6 @@
|
|||
|
||||
`dvc init --no-scm`
|
||||
|
||||
- Initializing DVC in a subdirectory:
|
||||
- Initialize DVC in a subdirectory:
|
||||
|
||||
`cd {{path/to/subdir}} && dvc init --sudir`
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# dvc
|
||||
|
||||
> Data Version Control i.e git for data
|
||||
> Data Version Control i.e git for data.
|
||||
> More information: <https://dvc.org/>.
|
||||
|
||||
- Check the DVC version:
|
||||
|
|
Loading…
Add table
Reference in a new issue