Hacker News new | ask | show | jobs
by krupan 3588 days ago
But why stage when you can just commit? You can use rebase -i to modify that commit later if you need.
1 comments

You might not want to commit all of your changes at once.
commit can be followed by a file name. Or there is commit --interactive or commit --patch to choose what to commit (or git add versions of those).