awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesPush Guards

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.

Awesome Push Guards GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • sds/overcommitAvatar von sds

    sds/overcommit

    4,008Auf GitHub ansehen↗

    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.

    Ruby
    Auf GitHub ansehen↗4,008
  1. Home
  2. DevOps & Infrastructure
  3. Push Guards