commands.sh

dolt gc

all

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

More info →

Options (1)

-s, --shallowboolean

Initiate a faster but less thorough garbage collection process

Example: dolt gc {{[-s|--shallow]}}

Examples (2)

Clean up unreferenced data from the repository

Initiate a faster but less thorough garbage collection process

dolt gc [-s|--shallow]
made by @shridhargupta | data from tldr-pages