Alternatives
Products that do what diny does
From git diff to clean commits
- 1

- 2GF
2016 · github.com
- 3GS
Hunk-by-hunk and line-by-line staging for git, designed for building clean commit history! Writing code is messy. Git history doesn't have to be. During development we experiment, refactor, backtrack, and fix mistakes. If every step ends up as a commit, the history becomes noise. A curated history turns that process into a clear sequence of logical changes. git-stage-batch helps you build that history incrementally by letting you stage changes hunk-by-hunk or line-by-line, shaping commits around meaning instead of the order the edits happened.
Apr 2026 · github.com
- 4

- 5

- 6

- 7

- 8

- 9

- 10GI
'git inject' is a git alias (see code at the bottom). It is similar to 'git commit --amend', but it allows you to 'inject' your changes into commits further back in history (using 'rebase'). If you're as pedantic as I am about the git history you're about to push into master (as far as I can control it, I strive to keep each commit conceptually coherent), you'll often come to a situation where you have a modification that really belongs in an older commit. It takes a few git commands to stash other changes away, commit the modification, then interactively rebase over some previous commit,…
2015
- 11

- 12GA
2014 · gitcop.com
- 13AA
2018 · github.com
- 14LA
I built this tool that auto-commits your code when you run an experiment, storing structured metadata in the commit message. A bit like `wandb` but local. There is a small CLI that lets you query for (e.g.) `metrics.accuracy > 0.9`, to find the code state that produced a good results. This is the first release, and there are quite a few planned features if anyone wants to submit a PR.
2025 · github.com
- 15

- 16CA
Hello HN! I built a pre-commit code scanner that checks your staged changes for security vulnerabilities every time you run 'git commit'. I am an inexperienced programmer and this is my first personal project. Any feedback, positive or negative, big or small, relevant or not, would be greatly helpful and appreciated! The tool requires Gitleaks and Python to run, you will also need to use your own AI API key, which I understand is a big setup friction. You can check out my demo video instead if that is more convenient: https://youtu.be/ZYe5vWFRTus?si=9Fv8DhTHktwDK4mV Thank you…
Jun 2026 · github.com
- 17AS
Hi HN, I built a simple tool that summarizes your team’s git logs into a weekly update that teams can send to leaders, other teams, etc. I hated writing the same update multiple times a week to everyone asking “what’s the status of X” Copy your repo’s commit logs with git log —all —since=“1 week ago”, paste them, and get a well-formatted update. Planning to add Github integration to further automate. Curious what folks think.
2024 · syncup.ai
- 18

Instant CLI & Web to turn git diff into Conventional Commits
5d ago · ai-commit-tool.ikeda-lef.workers.dev
- 19AA
Hello HN! I've developed AICMT, a tool that not only generates commit messages but also automatically analyzes and splits your code changes into multiple well-organized commits following best practices. Key features: - Analyzes code changes and splits them into logical commits - Generates descriptive commit messages for each split - Allows specifying number of commits or letting AI decide - Works with any git repository Built with Python 3.10+, available via pip/brew. Demo: https://asciinema.org/a/695352 Github: https://github.com/versun/aicmt I…
2024 · github.com
- 20CA
Hey HN, I built ChangelogHub (https://changeloghub.com) to automate something that is always last on my list for every release: writing clean and human-readable changelogs. Human-readable being the key phrase here. Writing changelogs manually is tedious, especially for backend/infrastructure changes that users never see but matter a lot. I wanted something that didn’t just rephrase commit messages, but actually understood the code diffs. HOW IT WORKS: - Analyzes diffs from PRs or direct commits - Summarizes the changes using OpenAI (code-diffs+custom prompt + heuristics) -…
2025 · changeloghub.com
- 21

- 22CC
2020 · medium.com
- 23RA
I built a CLI tool that lists out all the local git repos within a directory in an easy to read table format including relevant information such as last modified date and the status of branches in the repo, along with whether it is synced with remote or not. It also includes a bunch of flags to get exactly what you want in the format you want. I got this idea as I was trying organize the large amount of local git repos I had. I also found it particularly useful when traveling since I use a different device. In these cases, it is really helpful to know which local git repos I forgot to push…
2024 · github.com
- 24IM
2011 · commitsearch.com
Ranked by how close each launch is in meaning, then by votes. Refine with a description →