About
Add file contents to the staging area (known also as the index).
Articles Related
Example
cd /myWorkingDirectory
git add -A
This statement will add all What is the Git File Status? files and any new untracked files.
Add file contents to the staging area (known also as the index).
cd /myWorkingDirectory
git add -A
This statement will add all What is the Git File Status? files and any new untracked files.