Lazygit: Simple terminal UI for Git commands
1–10 of 82 posts
Re: Lazygit: Simple terminal UI for Git commands
#2With lazygit, I never missed that feeling of control. All commands are printed and rather complicated rebases become a breeze. Highly appreciate this tool! :)
Re: Lazygit: Simple terminal UI for Git commands
#3Re: Lazygit: Simple terminal UI for Git commands
#4[1] https://youtrack.jetbrains.com/issue/IDEA-186988/Allow-commi...
Re: Lazygit: Simple terminal UI for Git commands
#5I'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.
Re: Lazygit: Simple terminal UI for Git commands
#6Re: Lazygit: Simple terminal UI for Git commands
#7Re: Lazygit: Simple terminal UI for Git commands
#8Re: Lazygit: Simple terminal UI for Git commands
#9Re: Lazygit: Simple terminal UI for Git commands
#10[flagged]
https://news.ycombinator.com/formatdoc
"Blank lines separate paragraphs."