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 add
> Dolt 스테이지 테이블 목록에 테이블의 내용을 추가.
> 더 많은 정보: <https://docs.dolthub.com/cli-reference/cli#dolt-add>.
- 준비된 테이블 목록에 테이블 추가 (테이블 준비):
`dolt add {{테이블}}`
- 모든 테이블 준비:
`dolt add --all`