Table of Contents

About

Add file contents to the staging area (known also as the index).

Example

cd /myWorkingDirectory
git add -A

This statement will add all Git - File Status files and any new untracked files.