(no title)
_virtu
|
2 months ago
The commit workflow was what kept me locked in to the ecosystem for so long. LazyGit was so good that it convinced me I didn’t need JetBrains anymore. If you love the workflow with JB for commits check out LazyGit. It’s a TUI so you can use it in any editor without much friction.
KptMarchewa|2 months ago
jghn|2 months ago
It's not part of my daily driver toolbox, but they do get used a lot by me.
calderwoodra|2 months ago
conradfr|2 months ago
brianpan|2 months ago
I love using IJ + git because there are no seams in between edit and commit. For instance, with IJ, I could easily split every other line of a change into separate commits.
Maybe there's a way in git to stage only certain parts of a diff, but I'd have to go an learn another flag or command that I'm going to forget by the next time I need to do it again.
Also with IJ, I just glance at my main branch tab and the highlighting tells me what commits aren't in my checked out feature branch.
Two small examples but there are many more and it adds up.
_virtu|2 months ago
ryanlitalien|2 months ago
midasz|2 months ago
insane_dreamer|2 months ago
jgalt212|2 months ago
notpushkin|2 months ago
shunia_huang|2 months ago
gizzlon|2 months ago
Also like Sublime Merge, if you want a GUI (paid though)
nikanj|2 months ago
conradfr|2 months ago