diff --git a/pages/common/dvc-add.md b/pages/common/dvc-add.md index 3062d5271..2738209c6 100644 --- a/pages/common/dvc-add.md +++ b/pages/common/dvc-add.md @@ -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}}` diff --git a/pages/common/dvc-dag.md b/pages/common/dvc-dag.md index af93e4620..b40e0fec9 100644 --- a/pages/common/dvc-dag.md +++ b/pages/common/dvc-dag.md @@ -1,6 +1,6 @@ # dvc dag -> Visualize the pipeline(s) in dvc.yaml +> Visualize the pipeline(s) in dvc.yaml. > More information: . - Visualize entire pipeline: diff --git a/pages/common/dvc-diff.md b/pages/common/dvc-diff.md index 69c9658fe..64c074853 100644 --- a/pages/common/dvc-diff.md +++ b/pages/common/dvc-diff.md @@ -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: . - Compare DVC tracked file from different Git commit/tag/branch w.r.t current workspace: diff --git a/pages/common/dvc-init.md b/pages/common/dvc-init.md index ef6f470b9..ee6c14882 100644 --- a/pages/common/dvc-init.md +++ b/pages/common/dvc-init.md @@ -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` diff --git a/pages/common/dvc.md b/pages/common/dvc.md index 3a49d5d5a..a4b4a8586 100644 --- a/pages/common/dvc.md +++ b/pages/common/dvc.md @@ -1,6 +1,6 @@ # dvc -> Data Version Control i.e git for data +> Data Version Control i.e git for data. > More information: . - Check the DVC version: