Files
tldr/pages.zh/common/dvc-init.md

16 lines
319 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# dvc init
> 初始化一个新的本地 DVC 仓库。
> 更多信息:<https://dvc.org/doc/command-reference/init>。
- 初始化一个新的本地仓库:
`dvc init`
- 在没有 Git 的情况下初始化 DVC
`dvc init --no-scm`
- 在子目录中初始化 DVC
`cd {{path/to/subdir}} && dvc init --sudir`