hg,hg-*: add Korean translation (#14661)

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

View File

@@ -0,0 +1,12 @@
# hg init
> 지정된 디렉토리에 새 저장소를 생성.
> 더 많은 정보: <https://www.mercurial-scm.org/doc/hg.1.html#init>.
- 현재 디렉토리에 새 저장소 초기화:
`hg init`
- 지정된 디렉토리에 새 저장소 초기화:
`hg init {{경로/대상/폴더}}`