Hacker News new | ask | show | jobs
by alceta 752 days ago
lazygit (https://github.com/jesseduffield/lazygit) is enlightenmentware for me. It helps me navigate Git commands I forget all the time, like using the reflog to undo things, custom patches, or rebase --onto.

It makes working with Git a lot more fun, and I giggle like a little child whenever one of the weirder things work out again.

1 comments

I find VSCode/Codium to be even better at that! And worst case, open up the terminal and do the job there.

Even merging which was often an annoying endeavour is quite smooth there.