Hacker News new | ask | show | jobs
by compay 4526 days ago
FYI `git reset -p` works the same way. Sometimes, depending on your work and workflow it can be easier to add everything and then just exclude a few of the changes.
1 comments

And `git checkout -p` too.
And `git log -p` is great for reviewing recent changes by your co-workers too!