1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 15:02:09 +02:00
tldr/pages.ko/common/dvc-init.md
2024-11-06 15:13:15 +09:00

334 B

dvc init

새로운 로컬 DVC 저장소 초기화. 더 많은 정보: https://dvc.org/doc/command-reference/init.

  • 새로운 로컬 저장소 초기화:

dvc init

  • Git 없이 DVC 초기화:

dvc init --no-scm

  • 하위 디렉토리에서 DVC 초기화:

cd {{경로/대상/하위_디렉토리}} && dvc init --sudir