Git-habits Alternatives
Similar projects and alternatives to git-habits based on common topics and language
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
drift
Claude Code plugin that tells your agent when it is about to build something that already exists. Two-line install, no dependencies, answers in under 100 ms. Also a standalone static analyzer for structural drift. (by mick-gsk)
-
-
RepoDoctor
🩺 AI-powered repository health analysis tool. Automated code quality checks, bloat detection, onboa rding guides, and security audits using GitHub Copilot CLI. Zero configuration required.
-
refactor
Code duplication detector with machine-readable output for AI agents - finds similar code blocks across C/C++/Python/Go/Java/JS for automated refactoring (by forhadahmed)
-
-
git-py-stats
🐍📊 Git Py Stats is a Python-powered version of Git Quick Stats that provides a streamlined and cross-platform way to access various statistics in your git repository.
git-habits discussion
git-habits reviews and mentions
-
Measure your own coding habits before you believe anyone else's numbers
git clone https://github.com/uxdw/git-habits && cd git-habits python3 -m venv .venv && .venv/bin/pip install -e . # no idea when your habits changed? most people do not git-habits detect --repo /your/repo --author "you@example.com" # then compare either side of the date it suggests git-habits compare --repo /your/repo --author "you@example.com" --split 2026-04-13
Stats
rich-atkins/git-habits is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of git-habits is Python.