Hacker News new | ask | show | jobs
by sadfklsjlkjwt 2173 days ago
`git diff --cached` will show you the changes staged.

`git add -p` will give you a interactive way of committing partial changes.

1 comments

`git commit -p` works as well.