Add a entire working directory to the staging area:
command line
git add .
Add a single file:
command line
git add somefile.txt
Remove a file from the staging area:
command line
git reset .
Add a entire working directory to the staging area:
git add .
Add a single file:
git add somefile.txt
Remove a file from the staging area:
git reset .
Ask questions via GitHub below OR chat on Slack #questions