1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/common/dvc-init.md

17 lines
334 B
Markdown
Raw Normal View History

# dvc init
> 새로운 로컬 DVC 저장소 초기화.
> 더 많은 정보: <https://dvc.org/doc/command-reference/init>.
- 새로운 로컬 저장소 초기화:
`dvc init`
- Git 없이 DVC 초기화:
`dvc init --no-scm`
- 하위 디렉토리에서 DVC 초기화:
`cd {{경로/대상/하위_디렉토리}} && dvc init --sudir`