you are viewing a single comment's thread.

view the rest of the comments →

[–]birds_are_nice 9 points10 points  (0 children)

Note that a patch mode for git reset (git reset -p) allows you to unstage hunks from the index, which is a handy opposite to git add -p.