Gittyup is a graphical Git client designed to help you understand and manage your source code history. Gittyup is an open source software developed by volunteers.
Homepage
Download
Recent Releases
1.4.015 Jun 2024 15:05
major bugfix:
and Feature release
Added:
UI(Commit List): Added a right-click menu entry to rename branches.
UI(Main Menu): Added a menu-entry to rename the current branch.
UI(Diff View): Added line wrapping option in Tools - Options - Diff.
Option to open Gittyup maximized at startup.
Hotkeys for Navigating CommitList.
Referring repos with their git-dir instead of their work-tree.
Use columns for file name, directory, and state when files are shown as a list in TreeViews.
Possibility to change language from the settings.
Linux: Publishing Appimage bundle.
Hide Untracked Files option to DoubleTreeWidget.
Add display options to the commit list.
Changed:
UI(Commit List): Collapse multiple branch and tag right-click menu entries
into submenus. This affects the checkout and delete operations.
(Build System): Force usage of clang-format v13 to ensure consistent formatting.
: Commit highlighting.
Compact commit list: move commit message r to commit graph.
Updating translations.
the branch drop-down list after the user checks out a branch.
: Delete timeline causes crash on windows.
: Rebase: Use original commit message as default message.
: Stage all button.
----.
1.3.014 Feb 2024 03:29
minor bugfix:
Performance Improvement and feature release
#### Added
* Colorized status badges
* Template: use first template as default template for the commit message
* Search function for the treeview
* Reworked credential store: add possibility to choose between different methods to store credentials
#### Changed
* Fix external diff in Flatpak build
* Fix windows credentials
* Fix force push to correct remote
* Fix tab title if more than three times a repository with the same name is opened
* Fix storing repository settings correctly, because otherwise they are not applied
* Fix language support
* Improved refresh velocity
* Fix storing and restoring current opened file when Gittyup refreshes
* Improved velocity for files with many hunks