Y
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
bct
4526 days ago
And `git checkout -p` too.
link
brandonbloom
4526 days ago
And `git log -p` is great for reviewing recent changes by your co-workers too!
link