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,16 @@
# dolt blame
> Dolt 테이블의 각 행에 대한 커밋 정보를 표시.
> 더 많은 정보: <https://docs.dolthub.com/cli-reference/cli#dolt-blame>.
- 테이블의 각 행에 대한 최신 커밋을 표시:
`dolt blame {{테이블}}`
- 지정된 커밋이 수행되었을 때, 테이블의 각 행에 대한 최신 커밋을 표시:
`dolt blame {{커밋}} {{테이블}}`
- 도움말 표시:
`dolt blame --help`