https://github.com/iazarny/gitember
Gitember another git GUI client written on javafx
https://github.com/iazarny/gitember
git git-gui java javafx javafx-gui productivity tools
Last synced: 19 days ago
JSON representation
Gitember another git GUI client written on javafx
- Host: GitHub
- URL: https://github.com/iazarny/gitember
- Owner: iazarny
- Created: 2016-11-16T10:47:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T19:40:25.000Z (6 months ago)
- Last Synced: 2025-03-30T01:08:18.307Z (26 days ago)
- Topics: git, git-gui, java, javafx, javafx-gui, productivity, tools
- Language: Java
- Homepage: http://gitember.org/
- Size: 37.4 MB
- Stars: 88
- Watchers: 2
- Forks: 15
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE-Apache-2.0.txt
Awesome Lists containing this project
README
# Geetember 2.5
---
Has been renamed from Gitember. Just another GIT gui client just for fun.## Multiplatform GUI for GIT
For Linux, Windows and Mac
Downloads
* [Windows Intel](http://gitember.org/Gitember2.5.msi)
* [Mac M1](http://gitember.org/Gitember2.5.dmg)
* [Linux Intel](http://gitember.org/Gitember2.5.deb)



## Reasons to create
Nothing in particular, but
* I had some free time in december 2016 and wanted to check is JavaFx suitable for GUI programming
* I dont like standard UX of GIT
* Check http://www.gitember.org## Changes
### 2.5.5
* Initial revision of doc has been added
* Small bugfixes### 2.5.4
* Fix multimonitor issues
* Adjust look and feel
* Minor refactoring### 2.5.3
* Significant UI / UX changes### 2.5
* Diff viewer has been updated
* UI changes
* Added support for Ed25519
* Mac M1 silicon support### 2.35
* Minor changes , related to search
* Open files from stash
* Add chery pick
* Rename to geetember### 2.3
* Full text search across history, including binary files
* Search in open files
* Add change annotation
* Branch differences with item details
* Add overview for difference component### 2.2
* Added LFS support. With SSH only. Http is coming soon see https://www.eclipse.org/lists/jgit-dev/msg03804.html for details
* Fast file compare. The text flow changed to rich text fx .
* Mass operations - delete, stage, unstage, revert
* Branch difference
## Plans
* Integration with git providers, at least with github
* Tabs support