1 Repo
Safeguards for ensuring the current HEAD remains unchanged during history rewriting.
Distinct from Commit Management: Distinct from general commit management: specifically prevents the current production state from being altered by historical purges.
Explore 1 awesome GitHub repository matching development tools & productivity · Latest Commit Protection. Refine with filters or upvote what's useful.
BFG Repo-Cleaner is a Git history cleaner and repository optimizer designed to permanently remove large files and sensitive data from a project's entire commit history. It functions as a specialized purger to delete passwords and private credentials across all commits to prevent security leaks. This tool is implemented in Scala to provide high-performance processing for repository cleaning logic. It distinguishes itself by incorporating a safety mechanism that preserves the state of the latest commit, ensuring that historical cleaning does not break the current production code. The project c
Preserves the state of the most recent commit to prevent production code breakage during historical cleaning.