Y
Hacker News
new
|
ask
|
show
|
jobs
by
minitech
3590 days ago
You might not want to commit all of your changes at once.
1 comments
krupan
3590 days ago
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).
link