4 ms·
There's also 'git reset -p' to interactively unstage changes
by ptgloden 14y ago
There's also 'git reset -p' to interactively unstage changes
- panic 14y agoAnd git checkout -p to interactively bring over parts of another commit (or interactively revert uncommitted changes, if you're checking out HEAD).