LinuxCommandLibrary

dolt-gc

Search the repository for data that are no longer referenced and no longer needed.

TLDR

Clean up unreferenced data from the repository

$ dolt gc
copy


Initiate a faster but less thorough garbage collection process
$ dolt gc --shallow
copy

Copied to clipboard