Y
Hacker News
new
|
ask
|
show
|
jobs
by
ptgloden
4968 days ago
There's also 'git reset -p' to interactively unstage changes
1 comments
panic
4968 days ago
And
git checkout -p
to interactively bring over parts of another commit (or interactively revert uncommitted changes, if you're checking out HEAD).
link