Original: Geoffrey Huntley ¡ 23/04/2025
Summary
Enter rizzler: Your new AI bestie that actually gets Git. đ Ugh, merge conflicts: That sinking feeling when Git screams at you? Weâve all been there. Manually fixing those tangled messes? Itâs giving⌠tedious. Itâs giving⌠waste of my precious time. đŠKey Insights
âEnter rizzler: Your new AI bestie that actually gets Git.â â Introducing rizzler as an AI tool for handling Git merge conflicts.
âLess time untangling, more time coding (or scrolling). Youâre welcome.â â Highlighting the productivity benefits of using rizzler.
âIf a file hits eight merge conflicts and canât crack one, itâll tackle the rest and send an âoopsâ back to Git.â â Explaining how rizzler handles unresolved merge conflicts.
Topics
Full Article
rizzler: stop crying over Git merge conflicts and let AI handle the drama
Author: Geoffrey HuntleyPublished: 2025-04-23
Source: https://ghuntley.com/rizzler/
đ Ugh, merge conflicts: That sinking feeling when Git screams at you? Weâve all been there. Manually fixing those tangled messes? Itâs giving⌠tedious. Itâs giving⌠waste of my precious time. đŠ đ Enter rizzler: Your new AI bestie that actually *gets* Git. This ainât your grandpaâs merge tool.
rizzler slides into your Git workflow and uses ⨠AI magic ⨠(think OpenAI, Claude, Gemini, Bedrock - the whole squad) to automatically resolve those annoying merge conflicts. Less time untangling, more time coding (or scrolling). Youâre welcome. đ
Basically, it turns this:
đ Get Rizzinâ: Installation
Ready to ditch the conflict drama? Letâs get you set up. Head on over to the repository below for the source code, installation and configuration instructions:ghuntley/rizzler Contribute to ghuntley/rizzler development by creating an account on GitHub. â GitHub
no cap, how does this work?
The rizzler is a low-level merge driver that can be used as a command-line tool without Git and can be configured into Git itself as a resolver strategy. It queries the LLMs you have configured (thereâs a bundle of strategies within, and Iâd love for folks to send in more)
If a file hits eight merge conflicts and canât crack one, itâll tackle the rest and send an âoopsâ back to Git, halting the merge party. Thatâs your cue to dust off your favourite editor and resolve that stubborn conflict manuallyâthrowback style, like itâs 2005. On the bright side, successful fixes get cached on disk, cutting down on LLM costs and giving you a productivity boostâno more twiddling thumbs waiting for the LLM to chime in!
ps. socials
- LinkedIn: https://www.linkedin.com/posts/geoffreyhuntley_rizzler-stop-crying-over-git-merge-conflicts-activity-7320785714051170305-ugaV
- BlueSky: https://bsky.app/profile/ghuntley.com/post/3lni5qdx3vk2u
- X: https://x.com/GeoffreyHuntley/status/1915030413082583227
pps: this is a joke. A thought experiment if you will. What if in the future git commits are automatically done by assistants and the commit message contains information that a client such as rizzler could use for injection into the context window? That starts make things interesting fast. Now we got yours and mine with full context and perhaps a way to traverse all the way back up to JIRA via MCP to determine intentâŚ
Key Takeaways
Notable Quotes
Enter rizzler: Your new AI bestie that actually gets Git.Context: Introducing rizzler as an AI tool for handling Git merge conflicts.
Less time untangling, more time coding (or scrolling). Youâre welcome.Context: Highlighting the productivity benefits of using rizzler.
If a file hits eight merge conflicts and canât crack one, itâll tackle the rest and send an âoopsâ back to Git.Context: Explaining how rizzler handles unresolved merge conflicts.
Related Topics
- [[topics/openai-api]]
- [[topics/github-copilot]]
- [[topics/ai-agents]]
Related Articles
I dream of roombas - thousands of automated AI robots that autonomously maintain codebases
Geoffrey Huntley ¡ explanation ¡ 68% similar
teleporting into the future and robbing yourself of retirement projects
Geoffrey Huntley ¡ explanation ¡ 65% similar
My AI Had Already Fixed the Code Before I Saw It
Dan Shipper (Every) ¡ explanation ¡ 65% similar
Originally published at https://ghuntley.com/rizzler/.