Last Updated: February 25, 2016
·
600
· raysrashmi

git add --patch

git add . </pre></code> It just stage your changes

But when you do
git add --patch </pre></code>

It shows all the changes to confirm before staging

Instead of git add use git add --patch