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,10 @@
# dvc unfreeze
> DVC 파이프라인에서 스테이지의 동결을 해제.
> 이는 동결된 후 스테이지의 의존성 변경 사항을 DVC가 다시 추적할 수 있게 합니다.
> 같이 보기: `dvc freeze`.
> 더 많은 정보: <https://dvc.org/doc/command-reference/unfreeze>.
- 하나 이상의 지정된 스테이지 동결 해제:
`dvc unfreeze {{스테이지_이름1 스테이지_이름2 ...}}`