Hacker News new | ask | show | jobs
by pja 5211 days ago
You can also git-add -i to go through the staging area & stage/unstage individual patches.
1 comments

Or use git citool or an emacs mode like egg or magit (other editors have similar) that let you conveniently stage by hunk or line.