mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-05 18:58:58 -06:00
* Dolt clean CLI and sql clean function. Clears untracked tables by finding the difference betewen HEAD and the current working set and then deleting the result. Optionally specify `--dry-run` to avoid persisting the result root. Optionally pass a list of table names to filter for deletion if untracked. * [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh * zach comments * need clean func for proc * fix andy's PR Co-authored-by: max-hoffman <max-hoffman@users.noreply.github.com>