Overcommit is a Git hook manager and workflow automation system used to configure, deploy, and orchestrate scripts that enforce coding standards and project workflows. It acts as a management layer for distributed hook configuration, applying global templates across multiple repositories to ensure consistent validation rules. The system functions as a parallel task runner, executing multiple validation scripts concurrently across CPU cores to reduce the time spent during pre-commit checks. It distinguishes itself through signature-based integrity verification to detect unauthorized changes to
Soft Serve is a self-hosted Git server that authenticates users via SSH public keys and provides a terminal-based user interface for browsing repositories, files, and commits. It stores repository data and configuration in either SQLite or PostgreSQL, and supports role-based access control with four permission levels for managing repository visibility and write access. The server can be deployed via Docker or managed as a systemd service, and supports webhook notifications for push, collaborator, and branch or tag events to integrate with external automation workflows. It also enables server-
lolcommits is an automated tool for capturing, archiving, and associating webcam media with version control commit histories. It functions as a webcam snapshot archiver and history visualization tool that triggers photos, GIFs, or videos whenever a Git commit is performed. The system uses Git hook automation to associate commit hashes with physical snapshots of the developer. It includes a plugin system for integrating third-party tools to transform captured images or add visual overlays such as commit messages and identifiers. The tool provides a media archive browser to retrieve captures a
This project is an educational resource providing a detailed command reference, tutorial collections, and structured guides for mastering version control. It serves as a set of Chinese language tutorials based on international community best practices, designed to help users learn both the core concepts and practical applications of Git. The resource focuses on specific workflow guides for managing feature development, release cycles, and collaborative forking strategies. It pairs theoretical version control concepts with practical command-line examples to demonstrate real-world application.
:anchor: A curated list of awesome git hooks
The main features of compscilauren/git-hooks are: Git Hook Scripts.
Open-source alternatives to compscilauren/git-hooks include: brigade/overcommit — Overcommit is a Git hook manager and workflow automation system used to configure, deploy, and orchestrate scripts… charmbracelet/soft-serve — Soft Serve is a self-hosted Git server that authenticates users via SSH public keys and provides a terminal-based user… mroth/lolcommits — lolcommits is an automated tool for capturing, archiving, and associating webcam media with version control commit… geeeeeeeeek/git-recipes — This project is an educational resource providing a detailed command reference, tutorial collections, and structured…