Last Updated: February 25, 2016
·
823
· norman

git reset -p

A lot of people know you can use git add -p to incrementally stage additions.

But a lesser known fact is that you can also do this with git reset -p, in case you want to unstage an unwanted addition in a large changeset.