nowfound

Alternatives

Products that do what Giti – Natural Language to Git Commands with Local LLM does

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 -…

  1. 1
    Tempo118

    Replace the Git CLI with a clear UI and AI assist

    2024

  2. 2
    Twigg157

    Git for LLMs - a Context Management Tool

    Oct 2025

  3. 3

    Your AI Git sidekick that executes commands and fixes errors

    Nov 2025

  4. 4
    Git2Log219

    Turn your Git commits into a beautiful changelog for free

    2024

  5. 5
    Grace5

    Turn Git into a royal language.

    Jun 2026 · github.com

  6. 6

    Connect your repo. Your app goes multilingual.

    26d ago · globalize.now

  7. 7CP
  8. 8RE
  9. 9LP

    This is a small plugin for Simon Willison’s llm utility. It uses staged Git changes and generates a commit message using a LLM. You can do things like: git add . # Stage your changes llm commit # Automatically generate a commit message from the staged diff llm commit --model gpt-4 --max-tokens 150 --temperature 0.8 --yes # Customize model settings (e.g., GPT-4) or skip confirmation

    2025 · github.com

  10. 10CC

    We're two engineers that got fed up with context switching. Why do we need to do a git push, open a browser tab, wait for some task to actually start, bite nails (or read HackerNews) for 10 minutes or more while dependencies are being installed for the 100th time and finally end up with an invalid YAML error. And for some reason this usually happens in the final stage of the pipeline leading up to the inevitable git commits "Fixed", "Fixed again", "Test", "Really fixed this time". We can do better. We set out to build Zippy. A CI/CD system that works from your terminal. No context…

    Mar 2026 · zippy.sh

  11. 11GR

    2020 · blog.aloni.org

  12. 12LI

    Hi HN! I'm Ilya, creator of Localit.io - a translation management system for dev teams who are tired of expensive tools like Lokalise and Phrase. The problem: Traditional TMS solutions charge $100-2000/month for basic localization features. Complex setups take hours, and many charge extra for Git integrations. What we built: - Direct GitHub/GitLab/Bitbucket integration (including Enterprise) - AI translations via ChatGPT, DeepL, Google Translate - Professional translators through Gengo - Built-in team chat with message translation - Mobile app for remote translators - Same…

    2025 · localit.io

  13. 13GN

    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

  14. 14CC

    Uses agent and Git Hooks to automatically create Git Notes on commit, containing the agent conversation that led to that commit. Works if either you or the agent commit. It's basically the same thing as entire.io just announced that they got $60m investment for. Except I got Claude Code to write it last week, in my spare time, without really paying attention. I certainly didn't read or write any of the code, except for one rubbish joke in the README. I've got a Claude Code instance working on Gemini CLI support and OpenCode support currently.

    Feb 2026 · github.com

  15. 15LA
  16. 16WM
  17. 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. 18IB
  19. 19GL
  20. 20BC

    Hey HN, I'm Fedor (solo founder). After ~20 years of watching devs fight Git, I'm building Branching. Branching streams your local edits to teammates in real time - no manual push/pull. It's Git-compatible and works offline. Why you might care - Teams see each other's changes instantly instead of in PR-sized batches - Conflicts surface ASAP while context is fresh (LLM-assisted merge is experimental, off by default) - Same GitHub remote, so no migration Ships today - VSCode extension + desktop app (macOS / Windows / Linux) - 3 small product teams have been using it for 1–6…

    2025 · branching.app

  21. 21AL
  22. 22GM
  23. 23GT
  24. 24BA

Ranked by how close each launch is in meaning, then by votes. Refine with a description →