Stages all modified, deleted and new files in the entire working tree
git add --all  /  git add -A
-A
is a short handhand notation for
--all
by Valeri Tandilashvili
4 years ago
Git
Git Tutorials
1
Pro tip: use ```triple backticks around text``` to write in code fences