▲ 1 r/git

Gitember 3.4: Workspace for projects with multiple Git repositories.

Hello community 👋

I've been developing Gitember - a free, open-source desktop Git client - since 2016.

It all started as a weekend experiment, and now version 3.4 is out. I recently added Workspace feature to work with multiple independent Git repositories as a single working set. This is useful if the project consists of, for example, backend + frontend, a set of microservices or core + plugins. At the same time, the repositories remain completely independent - no submodules, subtrees or monorepo.

What Workspace gives you:

  • one Dashboard with the status of all repositories;
  • Pull / Push / Fetch / Merge / Commit for all repositories in one operation;
  • create branches in multiple repositories at once, commit changes to multiple repositories from one dialog;
  • shared Working Copy tree for viewing changes;
  • search the contents of all repositories at once;
  • separate result for each repo, if something went wrong during the batch operation.

Workspace was born from a feature request about such a workflow: when several repositories logically work together, but you don't want to combine them into a monorepo or link them via submodules.

Also, gitember cover the usual needs and has very interesting additional functions - full-text search by history (including Office, PDF, CAD, images), Git LFS, integration with GitHub/GitLab/Bitbucket/Gitea, repository statistics, file and folder comparison.

Documentation: Gitember Workspace https://gitember.org/doc/docs/ge-workspace/workspace

GitHub: https://github.com/iazarny/gitember

Need contributers

If you work with Java/microservices/multi-repo projects, I would be very happy to receive feedback, bugs, PR, and just testing.

reddit.com
u/ConfidenceUnique7377 — 3 days ago

Gitember 3.4: Workspace для проєктів із кількох Git-репозиторіїв

Привіт, спільното 👋

Я з 2016 року розвиваю Gitember - безкоштовний Git десктоп-клієнт з відкритим кодом.

Усе почалося як експеримент на вихідні, а зараз вийшла версія 3.4. Нещодавно додав Workspace для роботи з кількома незалежними Git-репозиторіями як з одним робочим набором. Це особливо корисно, якщо проєкт складається, наприклад, з backend + frontend, набору мікросервісів або core + plugins. При цьому репозиторії залишаються повністю незалежними - ніяких submodules, subtrees чи monorepo.

Що дає Workspace:

  • один Dashboard зі статусом усіх репозиторіїв;
  • Pull / Push / Fetch / Merge/ Commit для всіх репозиторіїв однією операцією;
  • створення branch одразу в кількох репозиторіях, commit змін у кількох репозиторіях з одного діалогу;
  • спільний Working Copy tree для перегляду змін;
  • пошук по вмісту всіх репозиторіїв одразу;
  • окремий результат по кожному repo, якщо під час batch operation щось пішло не так.

Workspace народився саме з feature request про такий workflow: коли кілька репозиторіїв логічно працюють разом, але об'єднувати їх у monorepo або зв'язувати через submodules не хочеться.

Також gitember задовольняє звичайні потреби та має дуже цікаві додаткові функції - повнотекстовий пошук по історії (включно з Office, PDF, CAD, зображеннями), Git LFS, інтеграція з GitHub/GitLab/Bitbucket/Gitea, статистика репозиторію, порівняння файлів і тек.

Документація: Gitember Workspace https://gitember.org/doc/docs/ge-workspace/workspace

GitHub: https://github.com/iazarny/gitember

Зараз особливо потрібні люди котри модуть доєднатися до проекту. Хочеться перевірити Workspace на реальних multi-repo проектах і зрозуміти, яких сценаріїв ще не вистачає. Самому просто не вистачає часу.

Якщо працюєте з Java/microservices/multi-repo проектами — буду дуже радий feedback, багам, PR і просто тестуванню.

reddit.com
u/ConfidenceUnique7377 — 3 days ago
▲ 12 r/git

Gitember Git GUI v3.3 free open-source Git GUI

Gitember Git GUI v3.3 free open-source Git GUI - better interactive rebase, worktrees, and a sharper 3-way merge editor

Just shipped v3.3 of Gitember, a free open-source Git GUI. What's new:

  • Interactive rebase improvements - reorder, squash, fixup, drop, reword with a cleaner flow. No terminal gymnastics.
  • Worktrees, done right - full UI support with correct per-worktree status and diff display. Keep a long-running feature branch alive while you hop onto a hotfix, all from the UI.
  • 3-way merge conflict resolver (improved) - BASE / OURS / THEIRS side-by-side, edit inline, stage with one click. No separate merge tool to install.
  • AI-assisted writing (experimental) - generate commit messages, explain what changed between two branches in plain language. Runs against a local Ollama model (default is now `qwen2.5-coder`), so your code stays on your machine.

The rest of the feature set:

  • full-text search across commits/code/docs (including Office, PDF, and CAD files)
  • Git LFS
  • GitHub/GitLab/Bitbucket/Gitea integration
  • repository statistics
  • arbitrary file & folder comparison

The project is open and looking for contributors and testers - devs comfortable with Java/Swing, and anyone willing to test across OSes and report bugs. PRs, issues, and feature ideas all welcome.

Source and downloads:

u/ConfidenceUnique7377 — 2 months ago
▲ 43 r/ukraine_dev+2 crossposts

Gitember 3.3 - open-source Git GUI клієнт

Привіт, спільното 👋

Я з 2016 року розвиваю **Gitember** - open-source Git десктоп-клієнт з відкритим кодом.

Усе почалося як експеримент на вихідні, а зараз вийшла версія 3.3. Працює на Windows, macOS і Linux.

Що нового у 3.3:

  • Покращений інтерактивний rebase - зміна порядку, squash, fixup, drop, reword прямо з UI.
  • Повна підтримка worktree - коректне відображення статусу й diff для кожного worktree. Зручно, коли треба тримати стабільну гілку, поки працюєш над фічею в іншій.
  • Покращений 3-way резолвер конфліктів BASE / OURS / THEIRS поруч, редагування inline, staging одним кліком. Окремий merge інструмент (як Araxis) не потрібен.
  • AI (експериментально) - генерація commit-повідомлень, опис змін між гілками, виявлення витоку секретів. Працює через локальну модель (Ollama), за замовчуванням тепер qwen2.5-coder. Нічого не йде в хмару без вашого дозволу.
  • Перевірка контрольної суми Ollama після встановлення, інтеграція з OS keychain через Java Keyring, увімкнена перевірка TLS-сертифікатів.
  • Інше з можливостей - повнотекстовий пошук по історії (включно з Office, PDF, CAD, зображеннями), Git LFS, інтеграція з GitHub/GitLab/Bitbucket/Gitea, статистика репозиторію, порівняння файлів і тек.

Приєднуйтесь до проєкту

Проєкт відкритий, і я шукаю людей, яким цікаво долучитися:

  • розробники - Java , Swing , FlatLaf, JGit, Lucene; багато цікавих задач (AI, packaging, UI)
  • тестувальники - потрібен фідбек на різних ОС і з різними репозиторіями
  • будь-які ідеї, баг-репорти та пропозиції дуже вітаються

GitHub: https://github.com/iazarny/gitember

Сайт: https://gitember.org

Радий буду відповісти на питання в коментарях 🙂

u/ConfidenceUnique7377 — 2 months ago

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

reddit.com
u/ConfidenceUnique7377 — 4 months ago
▲ 0 r/git

What's new:

  • 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. No terminal commands needed.
  • 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

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

I’d really appreciate feedback . Site here https://gitember.org/ Code here https://github.com/iazarny/gitember

reddit.com
u/ConfidenceUnique7377 — 4 months ago
▲ 1 r/foss

Gitember Git GUI v3.2 just dropped.

What's new:

  • 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. No terminal commands needed.
  • 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

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

I’d really appreciate feedback . Site here https://gitember.org/ Code here https://github.com/iazarny/gitember

reddit.com
u/ConfidenceUnique7377 — 4 months ago