1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/common/dolt.md

14 lines
405 B
Markdown
Raw Normal View History

2024-10-31 01:16:29 +09:00
# dolt
> Git 레포지토리처럼 분기, 복제, 브랜치, 병합, 푸시 및 풀을 수행할 수 있는 SQL 데이터베이스.
> `commit`과 같은 일부 하위 명령에는 자체 사용법 문서가 있음.
> 더 많은 정보: <https://docs.dolthub.com/cli-reference/cli>.
- `dolt` 하위 명령을 실행:
`dolt {{하위명령어}}`
- 사용 가능한 하위 명령어 나열:
`dolt help`