neogit VS lazygit

Compare neogit vs lazygit and see what are their differences.

neogit

An interactive and powerful Git interface for Neovim, inspired by Magit (by NeogitOrg)

lazygit

simple terminal UI for git commands (by jesseduffield)
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
neogit lazygit
55 170
4,264 55,210
4.1% 2.9%
9.9 9.7
12 days ago 6 days ago
Lua Go
MIT License MIT License
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.

neogit

Posts with mentions or reviews of neogit. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-09-30.
  • Neovim for beginners
    20 projects | dev.to | 30 Sep 2024
    Neogit
  • Neovim: creating keymaps in lua
    4 projects | dev.to | 11 Mar 2024
    I would use this feature of lazy.nvim in a plugin that I rarely need. Something neogit for example. I can spend hours coding without using it. In that particular case I think is nice to have the option to load it when I actually call it.
  • GitUI
    5 projects | news.ycombinator.com | 7 Jan 2024
    This looks very much like the Noevim plugin I began using about a month ago: neogit[0].

    The keybindings were a bit rough, and it took me about an hour of use before I was really comfortable with the overall workflow. Once I was, though, I’ve found it to be much faster than my previous workflow (suspending neovim and using git directly in the shell).

    0: https://github.com/NeogitOrg/neogit

  • Is there a discard all option in neogit?
    1 project | /r/neovim | 11 Aug 2023
    Edit: FYI: I made a feature request and got the answer, that it it possible to visually select the files and discard them like this together.
  • Massive Update to Neogit and New Home!
    2 projects | /r/neovim | 13 Jul 2023
  • What IDEA or Vscode feature/function you want to have in neovim eco-system?
    16 projects | /r/neovim | 28 Jun 2023
    This is what I use for general git interaction and itβ€˜s pretty neat: neogit. Also integrates diffview
  • Magit
    9 projects | news.ycombinator.com | 26 Jun 2023
    For neovim users, there's a work-in-progress clone, neogit: https://github.com/timUntersberger/neogit/

    Some of my colleagues use emacs/magit, and after seeing how absolutely lovely the workflow is, I've put in a lot of work over the last few months expanding it. You can check out my fork here: https://github.com/ckolkey/neogit/

    One thing I particularly like to tease my emacs' colleagues about is that my magit is faster than theirs thanks to neovim's async capabilities.

  • Your favourite Neovim plugins?
    42 projects | /r/neovim | 21 Jun 2023
  • What do you use for git integration in neovim?
    8 projects | /r/neovim | 6 Jun 2023
    You could use neogit (https://github.com/TimUntersberger/neogit) for basic commands however I have found it's easier / more versatile to just use lazygit in either another tmux tmux window or within neovim itself.
  • Switching from Emacs. My experience
    20 projects | /r/neovim | 24 May 2023
    The only thing I truly miss from Emacs is [Magit](https://magit.vc/) since I still consider it the best git wrapper available. It is just too good. Unfortunately [Neogit](https://github.com/TimUntersberger/neogit) is not quite there yet although I hope it makes it at some point. I didn't like [Fugitive]https://github.com/tpope/vim-fugitive), but I ended up finding a good enough workaround by using [Lazygit](https://github.com/jesseduffield/lazygit) through [Toggleterm](https://github.com/akinsho/toggleterm.nvim).

lazygit

Posts with mentions or reviews of lazygit. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-01-18.
  • TIL: Ghostty β€” a new and quite promising terminal emulator
    7 projects | dev.to | 18 Jan 2025
    While design is an important part to some degree, there is something more that I've become observing and, therefore, liking lately: the reasonable default configs of the apps, which mean that the majority of the users will never need to mess with configs at all. Here is a great post by Arne about this trend which lists such tools like Fish (mentioned above), Helix, Lazygit, Zellij, k9s, etc. And that a very user-friendly approach: install and use right away! I believe that Ghostty would be a good addition to the list. For example:
  • 17 Essential CLI Tools to Boost Developer Productivity
    16 projects | dev.to | 2 Jan 2025
    lazygit
  • Tig: Text-Mode Interface for Git
    5 projects | news.ycombinator.com | 16 Dec 2024
    There're multiple solutions like this and I've used some of them over the past years.

    - There's obviously the fantastic Magit (https://github.com/magit/magit) which is an Emacs Plugin but you can configure your Emacs start up just with Magic and nothing else so that Emacs is only used as a TUI Git client. I did this for a while.

    - There's GitUI written in Rust (https://github.com/extrawurst/gitui) I did use this for a long time but recently switched over to LazyGit for the better Vim bindings and having more features

    - LazyGit (https://github.com/jesseduffield/lazygit) is what I'm using right now and I'm mostly happy

    I actually wrote my own in C some years ago called Gitsi (https://github.com/terhechte/gitsi).

    One thing that I added that (as far as I know) none of the others have and I sorely miss is VIM number based movements. So you can say 4j and jump 4 selections down. This makes it much faster (for me) to jump to the one file I'd like to commit. I ultimately stopped developing Gitsi because I didn't have the time to implement all the features others had readily available.

    I do prefer TUI based Git clients to full blown GUI apps because of the keyboard movement. So I can quickly enter do something and exit, while staying in the terminal

  • Lazy Docker: The lazier way to manage everything Docker
    3 projects | news.ycombinator.com | 22 Nov 2024
    If you like lazydocker also check out lazygit by the same author: https://github.com/jesseduffield/lazygit
  • Git Tricks You Should Know: Aliases, Bisect, and Hooks for Better Workflow
    2 projects | dev.to | 15 Nov 2024
    Below is an example of the lg output using the lazygit repo:
  • The Art of Manually Editing Hunks
    3 projects | news.ycombinator.com | 13 Nov 2024
    For the TUI inclined, lazygit [1] and magit (emacs) [2] both have quick and intuitive ways of handling this. They're also both wonderful companions to the git cli for day to day version control.

    [1]: https://github.com/jesseduffield/lazygit

    [2]: https://magit.vc/

  • Delta: A syntax-highlighting pager for Git, diff, grep, and blame output
    9 projects | news.ycombinator.com | 8 Nov 2024
  • How I use git
    5 projects | news.ycombinator.com | 23 Oct 2024
    I came to suggest (once again) lazygit.

    https://github.com/jesseduffield/lazygit

    Love the ability to pull a hunk out of a commit, create a new commit, then throw it over to another branch, with the press of a few keys.

  • Lazygit - Autumn Dev Laziness
    2 projects | dev.to | 7 Oct 2024
    That's why someone (aka jesseduffield on Github) invented Lazy Git.
  • Ask HN: What is one software product that boosted your productivity?
    5 projects | news.ycombinator.com | 26 Sep 2024
    Lazygit (https://github.com/jesseduffield/lazygit)

    I know there are probably many GUI git tools and editor integrations which make using git fast and easy but I've been mostly using the CLI. Lazygit makes doing things like cherry picking really easy and once you learn the shortcuts it's pretty fast to use.

What are some alternatives?

When comparing neogit and lazygit you can also consider the following projects:

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

gitui - Blazing πŸ’₯ fast terminal-ui for git written in rust πŸ¦€

vim-fugitive - fugitive.vim: A Git wrapper so awesome, it should be illegal

tig - Text-mode interface for git

difftastic - a structural diff that understands syntax πŸŸ₯🟩

magit - It's Magit! A Git Porcelain inside Emacs.

diffview.nvim - Single tabpage interface for easily cycling through diffs for all modified files for any git rev.

octo.nvim - Edit and review GitHub issues and pull requests from the comfort of your favorite editor

gruvbox - Retro groove color scheme for Vim - community maintained edition

gitsigns.nvim - Git integration for buffers

delta - A syntax-highlighting pager for git, diff, grep, and blame output

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