Update cheatsheets

This commit is contained in:
ivuorinen
2024-03-07 00:10:46 +00:00
parent 17a4574aeb
commit 18990cb95e
7 changed files with 135 additions and 11 deletions

17
tldr/dolt-gc Normal file
View File

@@ -0,0 +1,17 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# dolt gc
> Search the repository for data that are no longer referenced and no longer needed.
> More information: <https://docs.dolthub.com/cli-reference/cli#dolt-gc>.
- Clean up unreferenced data from the repository:
`dolt gc`
- Initiate a faster but less thorough garbage collection process:
`dolt gc --shallow`