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-gc.md
2024-10-30 21:46:29 +05:30

12 lines
358 B
Markdown

# dolt gc
> 더 이상 참조되지 않거나, 더 이상 필요하지 않은 데이터를 저장소에서 검색.
> 더 많은 정보: <https://docs.dolthub.com/cli-reference/cli#dolt-gc>.
- 저장소에서 참조되지 않은 데이터를 정리:
`dolt gc`
- 더 빠르지만 덜 철저한 가비지 수집 프로세스를 시작:
`dolt gc --shallow`