They should really put the video/gif from their repo README on the website somewhere. I clicked around for a while trying to see what it looked like and finally found it on Github.
Lazygit
11–20 of 23 posts
Re: Lazygit
#12Re: Lazygit
#13"© 2026 lazygit.dev — Unofficial site. Not affiliated with the official lazygit project or Jesse Duffield." strange
Re: Lazygit
#14Re: Lazygit
#15It honestly makes working with git so easy and fast that I would say it's the ideal way to interact with git. I highly recommend checking it out for a month if you're someone who would use git commands in the shell. I don't know how fast and visually clear the gui interfaces like the ones built into VS Code or Sublime Merge are but as someone who uses a terminal test editor having a tool like this has been fantastic.
Re: Lazygit
#16"© 2026 lazygit.dev — Unofficial site. Not affiliated with the official lazygit project or Jesse Duffield." strange
Open source maintainers shouldn’t have to register their projects as trademarks/proactively register domains to avoid this, but that seems like the only strategy?
Re: Lazygit
#17"© 2026 lazygit.dev — Unofficial site. Not affiliated with the official lazygit project or Jesse Duffield." strange
This is something I’ve seen before. Someone is registering domain names related to open source projects and then ‘creating’ slop websites about the projects. Not sure what the play is, or whether this falls into that category, but it’s really weird and takes control away from open source maintainers in a scary way. Maybe it’s extortion or maybe it’s an malware thing. I highly doubt it’s out of the goodness of someone…
Re: Lazygit
#18"© 2026 lazygit.dev — Unofficial site. Not affiliated with the official lazygit project or Jesse Duffield." strange
Same as with the tmux.app website. I looked around and I don't understand who's making these vibecoded websites.
This is likely the reason why they do this and now vibecoding makes it easy for anyone to do this.
Re: Lazygit
#19"© 2026 lazygit.dev — Unofficial site. Not affiliated with the official lazygit project or Jesse Duffield." strange
Same as with the tmux.app website. I looked around and I don't understand who's making these vibecoded websites.
Re: Lazygit
#20It honestly makes working with git so easy and fast that I would say it's the ideal way to interact with git. I highly recommend checking it out for a month if you're someone who would use git commands in the shell. I don't know how fast and visually clear the gui interfaces like the ones built into VS Code or Sublime Merge are but as someone who uses a terminal test editor having a tool like this has been fantastic.
Something else to try if you're a fan of alternative git interfaces is Jujutsu. It's CLI, and it's more of its own interface, but it's very Git-compatible, other than submodules. You pull from and push to Git remotes.
That said, I think lazygit is much faster than plain jj CLI commands. I just use JJ for undo and merge conflict resolution for the most part. (2026 was my year of JJ and I am loving it, but I can't say I don't miss lazygit's speed and niceties like showing ci/cd build statuses on each branch/bookmark)