Alternatives
Products that do what Tempo does
Replace the Git CLI with a clear UI and AI assist
- 1

- 2

- 3RE
2017 · github.com
- 4

- 5

- 6

- 7

- 8DA
2018 · dotmesh.com
- 9GA
2019 · github.com
- 10FA
2018 · git-fork.com
- 11GN
Hi HN, I built Giti, a command-line tool that converts plain English into actual Git commands using a fast, local language model (Qwen2.5-Coder, ~1 GB). Example: Input: giti "undo last commit" Output: git reset --soft HEAD~1 No internet required after setup. No API keys. You can also run it in an interactive shell to chain commands naturally. Key features: - Natural language to Git translation - Local LLM powered by Qwen2.5-Coder in GGUF format - Works fully offline after model download - Dry-run mode to preview commands before running - Interactive shell mode for session-based workflows -…
2025 · github.com
- 12BA
2020 · github.com
- 13GT
2015 · git-town.com
- 14GN
Hey HN, I built a VS Code extension that lets you do Git things without memorizing Git commands. You know what you want to do, move this commit over there, undo that thing you just did, split this big commit into two smaller ones. Git Navigator lets you just... do that. Drag a commit to rebase it. Cherry-pick (copy) it onto another branch. Click to stage specific lines. The visual canvas shows you what's happening, so you're not guessing what `git rebase -i HEAD~3` actually means. The inspiration was Sapling's Interactive Smartlog, which I used heavily at Meta. I wanted that same experience…
Feb 2026 · gitnav.xyz
- 15CG
Mar 2026 · aysdog.com
- 16IM
2021 · github.com
- 17CC
A specialized CLI tool (@runespoor/changelog-manager) designed for managing changelogs and semantic versioning in single repositories, particularly optimized for Continuous Integration and Trunk Based Development workflows. Key Features: Automated Version Management - intelligently handles semantic versioning based on change types. Standardized Change Documentation - enforces consistent changelog formats. CI/CD Integration - built-in commands for verification in CI pipelines. Issue Tracking - optional integration with issue tracking systems. Git Integration - automated commit and…
2025 · github.com
- 18RA
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
- 19BA
2018 · github.com
- 20IG
2020 · github.com
- 21AA
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
- 22FG
We developed an open-source command line tool just like Github Copilot CLI. Please check it up and boost your CLI productivity.
2024 · github.com
- 23
- 24MC
2015 · github.com
Ranked by how close each launch is in meaning, then by votes. Refine with a description →