dvc,dvc-*: add Korean translation (#14660)

This commit is contained in:
코드싸이
2024-11-06 15:13:15 +09:00
committed by GitHub
parent 0a5895acfa
commit a480cde356
13 changed files with 238 additions and 0 deletions

View 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`