mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-01 00:54:10 +00:00
Update cheatsheets
This commit is contained in:
21
dvc-init
Normal file
21
dvc-init
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# dvc init
|
||||
|
||||
> Initialize a new local DVC repository.
|
||||
> More information: <https://dvc.org/doc/command-reference/init>.
|
||||
|
||||
- Initialize a new local repository:
|
||||
|
||||
`dvc init`
|
||||
|
||||
- Initialize DVC without Git:
|
||||
|
||||
`dvc init --no-scm`
|
||||
|
||||
- Initialize DVC in a subdirectory:
|
||||
|
||||
`cd {{path/to/subdir}} && dvc init --sudir`
|
||||
Reference in New Issue
Block a user