Description
Rewrites Git repository history to remove large or troublesome blobs faster than traditional git-filter-branch workflows. It is useful for cleaning accidentally committed secrets, huge files, or unwanted history from repositories.
History rewriting is destructive and affects every clone. Make backups, coordinate with collaborators, rotate exposed secrets, and understand force-push consequences before using it.