Skip to content

Instantly share code, notes, and snippets.

View DeeprajPandey's full-sized avatar

Deepraj Pandey DeeprajPandey

View GitHub Profile
@DeeprajPandey
DeeprajPandey / Git Conventional Commit Hook - README.md
Last active March 27, 2025 18:04
Bash-based Conventional Commit Hook: A lightweight, dependency-free git hook for enforcing Conventional Commits format. Features intelligent suggestions, breaking change support, and body/footer validation.

Git Conventional Commit Hook

A lightweight, zero-dependency Git hook that enforces the Conventional Commits format across all your repositories.

What is it?

This tool enforces consistent commit messages following the Conventional Commits specification. It runs as a Git commit-msg hook with:

  • Zero Dependencies: Pure Bash implementation - works everywhere Git does (No Node.js, Python, or external dependencies)
  • Global Installation: Works across all repositories automatically