mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-22 08:02:34 +00:00
Update cheatsheets
This commit is contained in:
17
tldr/dolt-gc
Normal file
17
tldr/dolt-gc
Normal 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`
|
||||
Reference in New Issue
Block a user