C:\...\gittut>git add my.txt C:\...\gittut>git status On branch master Initial commit Changes to be committed: (use "git rm --cached <file>..." to unstage) new file: my.txt
To add all the files in a folder, one would git add -A
git add -A