Add GitBox to the GUI clients list#2183
Open
gitgusilva wants to merge 1 commit into
Open
Conversation
GitBox is a free, MIT-licensed Git GUI for Windows and Linux, built on Electron with a native C++ addon over libgit2. The image is named gitbox-client so the PR stays purely additive: the unrelated macOS app Gitbox (gitboxapp.com), delisted in 2022, left gitbox.png / gitbox@2x.png behind in static/images/guis, and this avoids overwriting them.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds GitBox to the GUI clients list.
GitBox is a free, MIT-licensed Git GUI for Windows and Linux. It drives Git through a native C++ addon over libgit2 (statically linked — no system
gitrequired), with a virtualized commit graph, Monaco-powered diffs, a three-pane merge-conflict editor and an integrated terminal..exe,.msi) and Linux (AppImage,.deb,.rpm,.pacman)Notes for reviewers
order: 61is the currentmax + 1(the highest existing value is60).588×332and1176×664).gitbox-clientrather thangitboxon purpose: the unrelated macOS app Gitbox (gitboxapp.com) was delisted in 2022 and itsgitbox.png/gitbox@2x.pngare still sitting instatic/images/guis. Using a distinct name keeps this PR purely additive instead of overwriting those files. Happy to rename or clean the orphans up if you prefer.