Gitember 3.2 Git GUI client
I've been building Gitember since 2016 — a free, open-source Git desktop client. It has been started as weekend experiment. And now version 3.2 is out with new features:
- Worktrees - full UI support for creating, switching, and removing worktrees. If you juggle hotfix branches while keeping a long-running feature branch alive, this is the workflow improvement you've been waiting for.
- 3-way merge conflict resolver - BASE / OURS / THEIRS side-by-side. Pick a side, edit inline, stage with one click. No separate merge tool to install.
- AI-assisted writing (experimental)- explain what changed between two branches in plain language, secret leak detection ( is your GPU good enough ?)
It also covers everyday Git stuff (commit, branch, diff, etc.), but one thing I personally rely on a lot:
- search through history including non-text formats (Office docs, DWG, PSD, etc.)
- arbitrary file/folder comparison
The last one very useful feature in our days, when need quikly compare a lot of AI changes
Site here https://gitember.org/
Contributions, feedbacks, suggestions are welcome