Last Updated: February 25, 2016
·
629
· masnun

Git: Automatically add all changes to staging area

If you hate to add all the changes by hand, just issue this command:

git add -u

Works like a charm, specially when you have deleted a lot of files from the repo.