View on GitHub

Gittyup

Understand your Git history!

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, if you like the application please support us Donate Liberapay

Stable versions for different packages are available for

The latest development version is available either as pre-built for

or, can be built from source by following the directions in the Gittyup Repository.

To see the changes of the current version please have a look at the changelog section

Gittyup

How to Get Help

Ask questions about building or using Gittyup on Stack Overflow by including the gittyup tag. Remember to search for existing questions before creating a new one.

Report bugs in Gittyup by opening an issue in the issue tracker. Remember to search for existing issues before creating a new one.

If you still need help, check out our Matrix channel Gittyup:martix.org.

Multi language support

Gittyup supports the following languages:

By default the system language is used. To switch to another language execute the application with the following command

LANG=<lang> <executable>

Features

Single branch view to focus on your work

Select “Show Selected Branch” in the drop down menu above the commit list Single branch

Fullscreen

of the history or the change dialog by pressing Ctrl+M

Tabs

to be able to switch fast between repositories

Diff View

Staging and unstaging changes, viewing Blame Diff View

Tree View

To visit the blame with its history for unchanged files

Tree View

Blame View

See blame of the current version with an integrated timeline to see who changed which line

Blame View

Single line staging

by eighter clicking on the checkboxes next to each line or by selecting the relevant code and pressing “S”. For unstaging you can uncheck the checkboxes or press “U”. To revert changes, select the text and press “R”.

Single line staging

Amending commits

Editing properties of a commit Amend Dialog

Solving rebase conflicts

Solving rebase conflicts and continuing after conflicts are solved

Rebase Conflicts

Staring commits

to find specific commits much faster Staring commits

Tag selection

Use an existing tag as template for your next tag. So you never have to look which is your latest tag

Tag selection

Commit message template

Create you commit messages according a defined template. The first template is automatically applied to the commit message editor.

Commit message template selection

Commit message template editor

And a lot more …

Changelog

v1.3.0 - 2023-04-20

Performance Improvement and feature release

Added

Changed


v1.2.2 - 2023-01-22

Bug fix release

Changed


v1.2.1 - 2023-01-22

Bug fix release

Added

Changed


v1.2.0 - 2022-10-28

Bug fix and feature release

Added

Changed


v1.1.2 - 2022-08-12

Bug fix release

Changed


v1.1.1 - 2022-06-09

Bug fix release

Added

Changed


v1.1.0 - 2022-04-30

Second release of Gittyup

Added


v1.0.0 - 2021-11-18

First version of the GitAhead Fork Gittyup

Added