dolt*: add Korean translation (#14438)

This commit is contained in:
HoJeong Im
2024-10-31 01:16:29 +09:00
committed by GitHub
parent 470d06c155
commit 512cc64615
15 changed files with 281 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# dolt init
> 비어있는 Dolt 데이터 저장소를 생성.
> 더 많은 정보: <https://docs.dolthub.com/cli-reference/cli#dolt-init>.
- 현재 디렉토리에서 새로운 Dolt 데이터 저장소를 초기화:
`dolt init`
- 지정된 메타데이터로 커밋을 생성하는 새로운 Dolt 데이터 저장소를 초기화:
`dolt init --name "{{이름}}" --email "{{이메일}}" --date "{{2021-12-31T00:00:00}}" -b "{{브랜치_이름}}"`