1 مستودع
Systems that intercept git push operations to block unstable or unsafe code from reaching remote repositories.
Distinct from Git Push Utilities: Existing candidates focus on deployment or simple shell utilities, not on blocking pushes based on test/security failures.
Explore 1 awesome GitHub repository matching devops & infrastructure · Push Guards. Refine with filters or upvote what's useful.
Overcommit is a Git hook manager and pre-commit validation framework designed to automate the execution of scripts and checks during various Git events. It serves as a workflow automation tool that ensures code quality and project standards are met before changes are committed or pushed to a remote repository. The system distinguishes itself through a comprehensive YAML-based configuration that allows for detailed hook behavior control, including file execution filtering, conditional skipping, and the management of hook dependencies. It provides specialized roles such as a commit message vali
Blocks pushes to remote repositories if tests fail or protected branches are targeted.