dvc,dvc-*: add Korean translation (#14660)
This commit is contained in:
16
pages.ko/common/dvc-init.md
Normal file
16
pages.ko/common/dvc-init.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# dvc init
|
||||
|
||||
> 새로운 로컬 DVC 저장소 초기화.
|
||||
> 더 많은 정보: <https://dvc.org/doc/command-reference/init>.
|
||||
|
||||
- 새로운 로컬 저장소 초기화:
|
||||
|
||||
`dvc init`
|
||||
|
||||
- Git 없이 DVC 초기화:
|
||||
|
||||
`dvc init --no-scm`
|
||||
|
||||
- 하위 디렉토리에서 DVC 초기화:
|
||||
|
||||
`cd {{경로/대상/하위_디렉토리}} && dvc init --sudir`
|
Reference in New Issue
Block a user