SaaSHub helps you find the best software and product alternatives Learn more →
Lazygit Alternatives
Similar projects and alternatives to lazygit
-
ohmyzsh
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up with the latest updates from the community.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
jj
Discontinued A Git-compatible VCS that is both simple and powerful [Moved to: https://github.com/jj-vcs/jj]
-
-
-
-
-
-
-
-
git-credential-manager
Secure, cross-platform Git credential storage with authentication to GitHub, Azure Repos, and other popular Git hosting services.
-
-
-
lazygit discussion
lazygit reviews and mentions
-
17 Essential CLI Tools to Boost Developer Productivity
lazygit
-
Tig: Text-Mode Interface for Git
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
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
Below is an example of the lg output using the lazygit repo:
-
The Art of Manually Editing Hunks
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
-
How I use git
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
That's why someone (aka jesseduffield on Github) invented Lazy Git.
-
Ask HN: What is one software product that boosted your productivity?
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.
-
Git-absorb: Git commit –fixup, but automatic
Lazygit has its own built-in approach to this problem which is much more strict than what git-absorb does (it explicitly asks for confirmation if there's any ambiguity). There's an extensive writeup about it here: https://github.com/jesseduffield/lazygit/blob/master/docs/de...
-
A note from our sponsor - SaaSHub
www.saashub.com | 17 Jan 2025
Stats
jesseduffield/lazygit is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of lazygit is Go.