GitUp VS git-stack

Compare GitUp vs git-stack and see what are their differences.

GitUp

The Git interface you've been missing all your life has finally arrived. (by git-up)

git-stack

Stacked branch management for Git (by epage)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
GitUp git-stack
26 12
11,363 10
0.8% -
7.1 3.9
3 days ago 28 days ago
Objective-C Rust
GNU General Public License v3.0 only Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

GitUp

Posts with mentions or reviews of GitUp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-18.
  • GitUp
    1 project | news.ycombinator.com | 11 Oct 2023
  • Lazygit: Simple terminal UI for Git commands
    10 projects | news.ycombinator.com | 18 Jul 2023
    FWIW, the per line staging functionality in GitUp (https://gitup.co/) is quite easy and straightforward. Very lightweight program that you can open via cli (`gitup` when in a git directory)
  • Please release nano under less restrictive license so we can use it
    2 projects | news.ycombinator.com | 29 Apr 2023
    Not quite true, though while I was there, many fellow employees misunderstood the rules to mean that you couldn't use GPL software on your machine. At least as of a few years ago, the official ruling was that any open-source software _required_ for you to do your job had to be approved by an internal council of sorts, and GPL and AGPL software was right out. You could, however, use any open-source software you wanted (including GPL and AGPL) so long as it was (1) for personal use, (2) not absolutely mandatory for you to do your job (e.g. some niche software or library propping up your employment), and (3) there was some other alternative tool that you could use if necessary.

    So, for instance, a GPL-licensed git client like GitUp[1] was fine to use, and didn't require clearance. You could totally also install a newer version of Nano if you wanted, too.

    But, the rules _were_ somewhat vague and scary-sounding, so many engineers I worked with took the rules to mean "absolutely no GPL software under any circumstances".

    What email is actually talking about is the option to bundle Nano _with the OS_, which Apple can't do with GPLv3 software. That's why for years, macOS has had an absolutely ancient version of bash (before the license was updated to GPLv3), and switched to zsh in newer versions of the OS.

    [1]: https://github.com/git-up/GitUp

  • GIT GUI tool or command line?
    6 projects | /r/webdev | 21 Apr 2023
    Gitup \Mac only]) and the command line at the same time. There are some esoteric commands I can’t remember so it’s nice having a GUI to do it and it’s nice having visual feedback incase of a screwup.
  • Who uses GitHub Desktop?
    1 project | /r/github | 24 Mar 2023
    I only use it to keep track of certain projects. Gitup (Mac only) is another GUI client I use for visualizing progress and undoing mistakes.
  • What apps should I get if I am a programmer in college? Also looking for an app to keep me organized and to brainstorm. Thanks guys.
    4 projects | /r/macapps | 15 Feb 2023
    A git client: Fork (paid), GitFox (paid), or Tower (subscription) for git version control. Which one you use is personal preference / price sensitivity. It's Ford vs Chevy. GitUp is free but a little weirder UI, though very powerful.
  • Git-Sim: Visually simulate Git operations in your own repos with a single terminal command
    2 projects | /r/programming | 23 Jan 2023
    I typically use the CLI, but GitUp is the best git visualization tool I've ever found (although it's mac-only).
  • Where are my Git UI features from the future?
    9 projects | news.ycombinator.com | 8 Jan 2023
    I Ctrl+F'd for GitUp based on the title, it deserves mention here.

    It's all-in on Mac, unfortunately.

    https://github.com/git-up/GitUp

    > GitUp is built as a thin layer on top of a [Mac-only] reusable generic Git toolkit called "GitUpKit"

  • Ask HN: What was the best software that you used during 2022?
    20 projects | news.ycombinator.com | 29 Dec 2022
    I thought Windows Sandbox would be more useful but over time I just haven't fired it up... I kind of forgot about it. I do use Hyper-V.

    Every Windows user should run WizTree on their personal machines at least once a year to get a lightning fast report on disk space usage. Cleanup should start wih the largest items or you're just wasting your time! https://news.ycombinator.com/item?id=33893815#33894842

    Bitvise SSH Server is also now free for personal use. I've been using it for over a decade since it offered simple multifactor authentication before OpenSSH (IIRC) and can block most bots by client identifier (libssh) -- security through obscurity works spectacularly here because OpenSSH does not yet support this. Their free-as-in-beer SSH client is a great GUI for port forwarding, SFTP, etc. but I dislike the built-in terminal's clipboard handling.

    A Mac-only recommendation: https://gitup.co a GPL3 Git client with a unique UI and undo. https://news.ycombinator.com/item?id=27579701&p=2#27580659

    If you use Pandora, check out the pianobar cli. For Twitch, there is Chatty (+streamlink cli & VLC).

    I set up signald with a Google Voice number but haven't continued down the path of automating Signal.

    I tried Tailscale (2021?) but it seemed a bit early, couldn't log out yet. So I went with ZerotTier. https://news.ycombinator.com/item?id=30284754

  • [2022 Day 5] CrateMover 9001 powered by Git + Bash (visualized using GitUp, do you know better tool to visualize git tree?)
    2 projects | /r/adventofcode | 7 Dec 2022
    The tool used to visualize Git Tree: GitUp (looking for something better)

git-stack

Posts with mentions or reviews of git-stack. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-21.
  • [Gitoxide December Update]: a new object database and upcoming multi-pack index support
    5 projects | /r/rust | 21 Jan 2022
    git-stack is the most complicated, rewriting history, detecting when a branch was squashed, etc
  • Lazygit: A simple terminal UI for Git commands
    12 projects | news.ycombinator.com | 30 Nov 2021
    I used to use aliases but got frustrated with them when dealing with PRs depending on PRs, so I wrote git-stack [0]. Thought I'd share in case you'd find it useful

    [0] https://github.com/epage/git-stack/blob/main/docs/reference....

  • Stacked changes: how FB and Google engineers stay unblocked and ship faster
    12 projects | news.ycombinator.com | 17 Nov 2021
    For anyone interested, I've been collecting notes on various tools in this space: https://github.com/epage/git-stack/blob/main/docs/comparison... (granted the page doesn't mention git-stack since that is assumed)
  • Good strategy to follow for small incremental pull request
    1 project | /r/git | 17 Nov 2021
    Personally, I rebase my PR branches on top of each other, rather than merge. It creates a cleaner history (if your merge policy allows maintaining branch history). Tired of managing these branches, I wrote a tool to help though there are other tools in this space, like git-branchless and graphite.
  • Lightning-fast rebases with Git-move
    7 projects | news.ycombinator.com | 17 Oct 2021
    git-move and git-branchless do some great stuff, I wish this wasn't focused on the performance side to distract from the real value.

    What I find useful is not the performance but this line

    > For example, it can move entire subtrees, not just branches

    The referenced docs mention other great quality of life improvements that streamline standard workflows (e.g. deleting local PR branches when merged into upstream)

    When performance does matter is when the rebase operation is a small part of a larger operation. In my related tool, git-stack [0], I rebase all branches on top of their latest upstream branches along with re-arranging and squashing fixup commits and soon other features. When automating entire workflows, having each part be fast is important for the whole to still have decent performance.

    [0] https://github.com/epage/git-stack

  • Continuous Integration with Github Actions and Rust
    4 projects | /r/rust | 20 Sep 2021
    audit for security audits - Separate from regular CI since it only matters for specific changes or when new critical issues come out.
  • My favorite git aliases
    1 project | /r/programming | 3 Sep 2021
    You might be interested in git-stack that I've previously announced
  • git-stack: Request for feedback / testers
    2 projects | /r/rust | 18 Aug 2021
    Could you comment on https://github.com/epage/git-stack/issues/25 for why it helps to iterate to find the last non-conflicting commit to rebase onto?
    1 project | /r/git | 18 Aug 2021
    git-stack is the result of me being tired of annoyances in the PR workflow and trying to improve it, like
  • git-stack: Stacked branch management for Git
    2 projects | /r/programming | 18 Aug 2021
    Fixing branches off of branches when applying a fixup commit (not implemented yet)

What are some alternatives?

When comparing GitUp and git-stack you can also consider the following projects:

git-cola - git-cola: The highly caffeinated Git GUI

ghstack - Submit stacked diffs to GitHub on the command line

forgit - :zzz: A utility tool powered by fzf for using git interactively.

lazygit.nvim - Plugin for calling lazygit from within neovim.

git-extras - GIT utilities -- repo summary, repl, changelog population, author commit percentages and more

graphite-cli - Graphite's CLI makes creating and submitting stacked changes easy.

jj - A Git-compatible VCS that is both simple and powerful

git-branchless - High-velocity, monorepo-scale workflow for Git

neogit - An interactive and powerful Git interface for Neovim, inspired by Magit

feedback - Public feedback discussions for: GitHub for Mobile, GitHub Discussions, GitHub Codespaces, GitHub Sponsors, GitHub Issues and more! [Moved to: https://github.com/github-community/community]

sublime_merge - Issue tracker for Sublime Merge

toggleterm.nvim - A neovim lua plugin to help easily manage multiple terminal windows