logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Dolt Garbage Collection - Clean Unreferenced Data | Online Free DevTools by Hexmos

Clean unreferenced data with Dolt Garbage Collection. Optimize repository size and improve performance using efficient data management. Free online tool, no registration required.

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 {{[-s|--shallow]}}

See Also