Hacker News new | ask | show | jobs
by cturtle 1934 days ago
I almost always default to git add -p when staging (and git reset -p when needed). Git rebase -i also feels very quick to me as well.

When isolating just one line from many changes the gui is nice, but in the majority of cases the CLI is much faster (no need to scroll in long files to find the next hunk)