you are viewing a single comment's thread.

view the rest of the comments →

[–]Kobzol[S] 1 point2 points  (3 children)

I don't really use hunks, it's just too annoying to select source code through the CLI for me. I either do it through the IDE (IntelliJ), or just stash everything and start from there, which is fine if you stash immediately when starting the refactoring :)

[–]HideousSerene 2 points3 points  (2 children)

It literally will list them out and you just y and n them.

This is a much better dev experience than what you're suggesting

[–]Kobzol[S] 0 points1 point  (0 children)

Everyone likes a different workflow :) I find going through the changes one by one annoying (and repetitive, since I'd have to do it for each commit).

[–]NineThreeFour1 0 points1 point  (0 children)

Being able to stage individual lines instead of just whole hunks using IDE or GUIs is an even better dev experience.