CINXE.COM
Gittyup | Understand your Git history!
<!DOCTYPE html> <html lang="en-US"> <head> <meta charset='utf-8'> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width,maximum-scale=2"> <link rel="stylesheet" type="text/css" media="screen" href="/Gittyup/assets/css/style.css?v=9c1302736735e2a10eeeb05ba047313e254234ee"> <!-- Begin Jekyll SEO tag v2.8.0 --> <title>Gittyup | Understand your Git history!</title> <meta name="generator" content="Jekyll v3.10.0" /> <meta property="og:title" content="Gittyup" /> <meta property="og:locale" content="en_US" /> <meta name="description" content="Understand your Git history!" /> <meta property="og:description" content="Understand your Git history!" /> <link rel="canonical" href="https://murmele.github.io/Gittyup/" /> <meta property="og:url" content="https://murmele.github.io/Gittyup/" /> <meta property="og:site_name" content="Gittyup" /> <meta property="og:type" content="website" /> <meta name="twitter:card" content="summary" /> <meta property="twitter:title" content="Gittyup" /> <script type="application/ld+json"> {"@context":"https://schema.org","@type":"WebSite","description":"Understand your Git history!","headline":"Gittyup","name":"Gittyup","url":"https://murmele.github.io/Gittyup/"}</script> <!-- End Jekyll SEO tag --> <!-- start custom head snippets, customize with your own _includes/head-custom.html file --> <!-- Setup Google Analytics --> <!-- You can set your favicon here --> <!-- link rel="shortcut icon" type="image/x-icon" href="/Gittyup/favicon.ico" --> <!-- end custom head snippets --> </head> <body> <!-- HEADER --> <div id="header_wrap" class="outer"> <header class="inner"> <a id="forkme_banner" href="https://github.com/Murmele/Gittyup">View on GitHub</a> <h1 id="project_title">Gittyup</h1> <h2 id="project_tagline">Understand your Git history!</h2> </header> </div> <!-- MAIN CONTENT --> <div id="main_content_wrap" class="outer"> <section id="main_content" class="inner"> <!--- Github page main file ---> <p>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 <a href="https://liberapay.com/Gittyup/donate"><img src="https://liberapay.com/assets/widgets/donate.svg" alt="Donate Liberapay" /></a></p> <p>Stable versions for different packages are available for</p> <ul> <li>Flatpak for Linux <a href="https://flathub.org/apps/details/com.github.Murmele.Gittyup"><img src="https://img.shields.io/badge/Flathub-gray?logo=Flathub&logoColor=23FBB04" alt="Flathub" /></a></li> <li><a href="https://github.com/Murmele/Gittyup/releases/latest">32 / 64 binary for Windows</a> or</li> <li><a href="https://github.com/Murmele/Gittyup/releases/latest">macOS</a> or from <a href="https://formulae.brew.sh/cask/gittyup"><img src="https://img.shields.io/badge/Homebrew-gray?logo=Homebrew&logoColor=%23FBB040" alt="homebrew" /></a></li> </ul> <p>The <a href="https://github.com/Murmele/Gittyup/releases/tag/development">latest development version</a> is available either as pre-built for</p> <ul> <li>flatpak for Linux,</li> <li>32 / 64 binary for Windows,</li> <li>macOS</li> </ul> <p>or, can be built from source by following the directions in the <a href="https://github.com/Murmele/Gittyup#how-to-build">Gittyup Repository</a>.</p> <p>To see the changes of the current version please have a look at the <a href="#changelog">changelog</a> section</p> <p><img src="https://raw.githubusercontent.com/Murmele/Gittyup/master/rsrc/screenshots/main_dark_orig.png" alt="Gittyup" /></p> <h1 id="how-to-get-help">How to Get Help</h1> <p>Ask questions about building or using Gittyup on <a href="http://stackoverflow.com/questions/tagged/gittyup">Stack Overflow</a> by including the <code class="language-plaintext highlighter-rouge">gittyup</code> tag. Remember to search for existing questions before creating a new one.</p> <p>Report bugs in Gittyup by opening an issue in the <a href="https://github.com/Murmele/gittyup/issues">issue tracker</a>. Remember to search for existing issues before creating a new one.</p> <p>If you still need help, check out our Matrix channel <a href="https://matrix.to/#/#Gittyup:matrix.org">Gittyup:matrix.org</a>.</p> <h1 id="multi-language-support">Multi language support</h1> <p>Gittyup supports the following languages:</p> <ul> <li>English (en)</li> <li>German (de)</li> <li>Spanisch (es)</li> <li>Japanese (ja)</li> <li>Portuguese (pt)</li> <li>Portuguese Brazil (pt_BR)</li> <li>Chinese (zh_CN)</li> <li>Russian (ru)</li> </ul> <p>By default the system language is used. To switch to another language execute the application with the following command</p> <div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>LANG=<lang> <executable> </code></pre></div></div> <h1 id="features">Features</h1> <h3 id="single-branch-view-to-focus-on-your-work">Single branch view to focus on your work</h3> <p>Select “Show Selected Branch” in the drop down menu above the commit list <img src="https://raw.githubusercontent.com/Murmele/Gittyup/master/rsrc/screenshots/main_show_selected_branch.png" alt="Single branch" /></p> <h3 id="fullscreen">Fullscreen</h3> <p>of the history or the change dialog by pressing Ctrl+M</p> <h3 id="tabs">Tabs</h3> <p>to be able to switch fast between repositories</p> <h3 id="diff-view">Diff View</h3> <p>Staging and unstaging changes, viewing Blame <img src="https://raw.githubusercontent.com/Murmele/Gittyup/master/rsrc/screenshots/DiffView.png" alt="Diff View" /></p> <h3 id="tree-view">Tree View</h3> <p>To visit the blame with its history for unchanged files</p> <p><img src="https://raw.githubusercontent.com/Murmele/Gittyup/master/rsrc/screenshots/treeview.png" alt="Tree View" /></p> <h3 id="blame-view">Blame View</h3> <p>See blame of the current version with an integrated timeline to see who changed which line</p> <p><img src="https://raw.githubusercontent.com/Murmele/Gittyup/master/rsrc/screenshots/BlameView.png" alt="Blame View" /></p> <h3 id="dynamic-line-wrapping">Dynamic Line Wrapping</h3> <p>Courtesy of Scintilla.</p> <p><img src="/rsrc/screenshots/line-wrap-demo-2.gif" alt="Line Wrapping" /></p> <h3 id="single-line-staging">Single line staging</h3> <p>by either 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”.</p> <p><img src="https://raw.githubusercontent.com/Murmele/Gittyup/master/rsrc/screenshots/double_treeview_single_line_staging.png" alt="Single line staging" /></p> <h3 id="amending-commits">Amending commits</h3> <p>Editing properties of a commit <img src="https://raw.githubusercontent.com/Murmele/Gittyup/master/rsrc/screenshots/AmendDialog.png" alt="Amend Dialog" /></p> <h3 id="solving-rebase-conflicts">Solving rebase conflicts</h3> <p>Solving rebase conflicts and continuing after conflicts are solved</p> <p><img src="https://raw.githubusercontent.com/Murmele/Gittyup/master/rsrc/screenshots/RebaseConflicts.png" alt="Rebase Conflicts" /></p> <h3 id="starring-commits">Starring commits</h3> <p>to find specific commits much faster <img src="https://raw.githubusercontent.com/Murmele/Gittyup/master/rsrc/screenshots/starring_commits.png" alt="Starring commits" /></p> <h3 id="tag-selection">Tag selection</h3> <p>Use an existing tag as template for your next tag. So you never have to look which is your latest tag</p> <p><img src="https://raw.githubusercontent.com/Murmele/Gittyup/master/rsrc/screenshots/tag_selection.png" alt="Tag selection" /></p> <h3 id="commit-message-template">Commit message template</h3> <p>Create you commit messages according a defined template. The first template is automatically applied to the commit message editor.</p> <p><img src="https://raw.githubusercontent.com/Murmele/Gittyup/master/rsrc/screenshots/CommitMessageTemplateSelection.png" alt="Commit message template selection" /></p> <p><img src="https://raw.githubusercontent.com/Murmele/Gittyup/master/rsrc/screenshots/CommitMessageTemplateEditor.png" alt="Commit message template editor" /></p> <h3 id="and-a-lot-more-">And a lot more …</h3> <h1 id="changelog">Changelog</h1> <h3 id="v140---2024-05-14">v1.4.0 - 2024-05-14</h3> <p>Description</p> <h4 id="added">Added</h4> <ul> <li>UI(Commit List): Added a right-click menu entry to rename branches.</li> <li>UI(Main Menu): Added a menu-entry to rename the current branch.</li> <li>UI(Diff View): Added line wrapping option in Tools - Options - Diff</li> <li>Option to open Gittyup maximized at startup</li> <li>Hotkeys for Navigating CommitList</li> <li>Referring repos with their git-dir instead of their work-tree.</li> <li>Use columns for file name, directory, and state when files are shown as a list in TreeViews.</li> <li>Possibility to change language from the settings</li> <li>Linux: Publishing Appimage bundle</li> <li>Hide Untracked Files option to DoubleTreeWidget</li> <li>Add display options to the commit list</li> </ul> <h4 id="changed">Changed</h4> <ul> <li>UI(Commit List): Collapse multiple branch and tag right-click menu entries into submenus. This affects the checkout and delete operations.</li> <li>Fix(Build System): Force usage of clang-format v13 to ensure consistent formatting.</li> <li>Fix: Commit highlighting</li> <li>Compact commit list: move commit message closer to commit graph</li> <li>Updating translations</li> <li>Close the branch drop-down list after the user checks out a branch.</li> <li>Fix: Delete timeline causes crash on windows</li> <li>Fix: Rebase: Use original commit message as default message</li> <li>Fix: Stage all button</li> </ul> <hr /> <h3 id="v130---2023-04-20">v1.3.0 - 2023-04-20</h3> <p>Performance Improvement and feature release</p> <h4 id="added-1">Added</h4> <ul> <li>Colorized status badges</li> <li>Template: use first template as default template for the commit message</li> <li>Search function for the treeview</li> <li>Reworked credential store: add possibility to choose between different methods to store credentials</li> </ul> <h4 id="changed-1">Changed</h4> <ul> <li>Fix external diff in Flatpak build</li> <li>Fix windows credentials</li> <li>Fix force push to correct remote</li> <li>Fix tab title if more than three times a repository with the same name is opened</li> <li>Fix storing repository settings correctly, because otherwise they are not applied</li> <li>Fix language support</li> <li>Improved refresh velocity</li> <li>Fix storing and restoring current opened file when Gittyup refreshes</li> <li>Improved velocity for files with many hunks</li> </ul> <hr /> <h3 id="v122---2023-01-22">v1.2.2 - 2023-01-22</h3> <p>Bug fix release</p> <h4 id="changed-2">Changed</h4> <ul> <li>Fix flatpak install process</li> </ul> <hr /> <h3 id="v121---2023-01-22">v1.2.1 - 2023-01-22</h3> <p>Bug fix release</p> <h4 id="added-2">Added</h4> <ul> <li>Possibility to hide avatar (Settings - Window - View - Show Avatars)</li> <li>Show log entry when a conflict during rebase happens</li> </ul> <h4 id="changed-3">Changed</h4> <ul> <li>Fix download url for flatpak and macos</li> <li>Fix Segmentation fault when ignoring files</li> <li>Fix discard of complete files and submodules</li> <li>Fix context menu entries</li> <li>Fix bytesize overflow</li> <li>Fix focus loose during scrolling in the Commitlist with the keyboard</li> <li>Do not crash when the repository is for some reason broken</li> <li>Fix crash if rebasing is not possible</li> </ul> <hr /> <h3 id="v120---2022-10-28">v1.2.0 - 2022-10-28</h3> <p>Bug fix and feature release</p> <h4 id="added-3">Added</h4> <ul> <li>Add support for solving merge conflicts for whole files</li> <li>Solving binary conflicts directly in Gittyup</li> <li>Support rebasing with conflict solving</li> <li>Implement amending commits</li> <li>Possibility to init submodules after clone (Settings - General - Update submodules after pull and clone)</li> <li>Hiding menu bar (Application Settings - Window - Hide Menubar)</li> <li>Implement support for Gitea instances</li> </ul> <h4 id="changed-4">Changed</h4> <ul> <li>Fix Segmentation fault when using space to stage files</li> <li>Fix menubar color in dark theme</li> <li>Filter only branches, tags, remotes attached to selected commit</li> <li>Fix crash when global GIT config is invalid</li> <li>Fix crash when having errors while adding a remote account</li> <li>Fix updater on windows, macos and linux (flatpak)</li> <li>Fix discarding file leading to discarding submodule changes</li> <li>Fix rebase log messages during rebase</li> <li>Improve SSH config handling</li> <li>Application settings and repository settings can now be selected with a single settings button</li> <li>Use the full file context menu for the staging file list</li> <li>Fix Arch Linux build</li> </ul> <hr /> <h3 id="v112---2022-08-12">v1.1.2 - 2022-08-12</h3> <p>Bug fix release</p> <h4 id="changed-5">Changed</h4> <ul> <li>Fix bundled OpenSSL version incompatibility</li> </ul> <hr /> <h3 id="v111---2022-06-09">v1.1.1 - 2022-06-09</h3> <p>Bug fix release</p> <h4 id="added-4">Added</h4> <ul> <li>Distinguish between commit author and committer</li> <li>Show image preview also for deleted files</li> <li>Official macOS release</li> <li>Show which kind of merge conflict occurred for each conflict</li> </ul> <h4 id="changed-6">Changed</h4> <ul> <li>Fix single line staging if not all hunks are loaded</li> <li>Fix cherrypick commit author</li> <li>Fix segmentation fault if submodule update fails</li> <li>Fix line staging with windows new lines</li> <li>Show first change in the diff view when loading</li> <li>Improved windows icon</li> </ul> <hr /> <h3 id="v110---2022-04-30">v1.1.0 - 2022-04-30</h3> <p>Second release of Gittyup</p> <h4 id="added-5">Added</h4> <ul> <li>Button to directly access the terminal and the filebrowser</li> <li>Add support for running in single instance mode</li> <li>Customizable hotkeys</li> <li>Quick commit author overriding</li> <li>keyboard-interactive SSH auth</li> <li>Improved single line staging and replacing staging image to a more appropriate one</li> <li>Font customizing</li> <li>Options to switch between staging/unstaging treeview, single tree view and list view</li> <li>Do not automatically abort rebase if conflicts occur</li> <li>Add possibility to save file of any version on local system</li> <li>Add possibility to open a file of any version with default editor</li> </ul> <hr /> <h3 id="v100---2021-11-18">v1.0.0 - 2021-11-18</h3> <p>First version of the GitAhead Fork Gittyup</p> <h4 id="added-6">Added</h4> <ul> <li>Staging of single lines</li> <li>Double tree view: Seeing staged and unstaged changes in different trees.</li> <li>Maximize History or Diff view by pressing Ctrl+M</li> <li>Ignore Pattern: Ability to ignore all files defined by a pattern instead of only one file</li> <li>Tag Viewer: When creating a new tag all available tags are visible. Makes it easier to create consistent tags.</li> <li>Commit Message template: Making it easier to write template based commit messages.</li> </ul> <hr /> </section> </div> <!-- FOOTER --> <div id="footer_wrap" class="outer"> <footer class="inner"> <p class="copyright">Gittyup maintained by <a href="https://github.com/Murmele">Murmele</a></p> <p>Published with <a href="https://pages.github.com">GitHub Pages</a></p> </footer> </div> </body> </html>