6 ms·
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 chan
by compay 13y 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.
- bct 13y agoAnd `git checkout -p` too.
- brandonbloom 13y agoAnd `git log -p` is great for reviewing recent changes by your co-workers too!