Lazygit: Simple terminal UI for Git commands

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • lazygit

    simple terminal UI for git commands

    Lazygit maintainer here: I've found myself in your shoes quite a bit (without the commit signing part) and a few weeks ago I put up a draft PR where if a file is selected, it highlights the commits that touch that file. Typically you want to amend the most recent commit that changed the file and typically that commit is visible without needing to scroll. But I haven't spent much time thinking about what the ideal UX is, how to activate it, etc.

    PR: https://github.com/jesseduffield/lazygit/pull/2654

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • git-absorb

    git commit --fixup, but automatic

    Boy have I got the thing for you. git absorb - https://github.com/tummychow/git-absorb

    The way to work with it is:

        git add file1

  • git-cli-tools

    Collection of CLI tools for Git.

    I use IntelliJ IDEA and often rely on their own Git functionality. But it cannot stage specific lines, only whole chunks [1]. For that, I've been using lazygit for a couple of months now. I like its simple UI and that it makes staging specific lines very easy and quick. If you like lazygit, you might also be interested in similar Git CLI clients that I collected here [2].

    [1] https://youtrack.jetbrains.com/issue/IDEA-186988/Allow-commi...

    [2] https://github.com/frontaid/git-cli-tools#clients

  • git-fuzzy

    interactive `git` with the help of `fzf`

    I found lazygit after building something of my own thay solves some of these problems for me - git-fuzzy [0].

    I'd like to share some of my thoughts about the comparison.

    lazygit is a TUI for git which can behave in a standalone fashion. It's also designed to be quick and easy to use to perform quite advanced actions but ones that a seasoned git user may really want when working with git history. Since I'm already a seasoned git user the main feature I like about lazygit is the ability to surgically work with patches.

    All that said, a majority of my workflow is tightly bound to git-fuzzy. I use its CLI composability quite heavily in combination with aliases and functions - git-fuzzy excels in this particular way (`git fuzzy log $(git fuzzy branch)` which I invoke using `gl $(gb)` by way of aliases). git-fuzzy is better for working with git-log or git-reflog and interactively searching them.

    I personally quite like what I made (for myself), though I wish there was a world where I could quickly and easily mash both of these projects together.

    [0] https://github.com/bigH/git-fuzzy

  • sublime_merge

    Issue tracker for Sublime Merge

    I've used this before and it is great. I mainly use Sublime Merge these days, though: https://www.sublimemerge.com/

  • gitui

    Blazing 💥 fast terminal-ui for git written in rust 🦀

  • GitUp

    The Git interface you've been missing all your life has finally arrived.

    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)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Gex: Git CLI Inspired by Emac's Magit

    1 project | news.ycombinator.com | 11 Dec 2023
  • Easy way to git blame from helix?

    2 projects | /r/HelixEditor | 23 Jun 2023
  • Is there any solution like Github Desktop and Gitkraken For terminal Users

    3 projects | /r/github | 13 Jun 2023
  • Recommendations for Git Client GUI

    3 projects | /r/ManjaroLinux | 26 Apr 2023
  • In search of a TUI git client with GUI-ish elements for Linux

    2 projects | /r/git | 19 Oct 2022

Did you konow that Rust is
the 5th most popular programming language
based on number of metions?