awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Git Hook Management · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesGit Hook Management

Utilities for simplifying the maintenance of version control triggers.

Distinguishing note: Focuses on the management aspect of Git hooks.

Explore 2 awesome GitHub repositories matching development tools & productivity · Git Hook Management. Refine with filters or upvote what's useful.

  1. Home
  2. Development Tools & Productivity
  3. Git Hook Management

Awesome Git Hook Management GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • typicode/husky

    typicode/husky

    34,784View on GitHub↗

    Husky is a Git hook manager that automates the installation and execution of version control lifecycle events within a project repository. It functions by redirecting standard version control event triggers to a centralized configuration directory, allowing teams to standardize development workflows and enforce code quality without requiring manual setup on every machine. The tool enables custom workflow automation by triggering shell scripts during operations such as committing or pushing code. It distinguishes itself by integrating directly into package manager lifecycles, ensuring that aut

    Simplifies configuration and maintenance of version control triggers across distributed teams.

    JavaScriptcommitgithooks
    34,784View on GitHub↗
  • trufflesecurity/trufflehog

    trufflesecurity/trufflehog

    24,630View on GitHub↗

    Trufflehog is a security tool designed to continuously monitor code repositories and cloud environments to detect, verify, and remediate exposed sensitive credentials and API keys. It functions as a comprehensive secret scanning engine that integrates directly into deployment pipelines and version control systems to intercept sensitive data before it is committed or pushed. By utilizing read-only operations and volatile memory processing, the system ensures that discovered credentials are never stored persistently, maintaining strict data privacy throughout the scanning lifecycle. The platfor

    Sets a central directory for version control hooks to ensure automated security checks.

    Gocredentialsdevsecopsdynamic-analysis
    24,630View on GitHub↗