Barebones Git

Secondly...URL copied

The way to start tracking a file isURL copied

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