Getting Started
Recording Changes To The Repository
To check the status of your files
$ git status
To start tracking one new file run
$ git add _FILE_NAME_
To start tracking all the files run
$ git add -A
Getting Started
To check the status of your files
$ git status
To start tracking one new file run
$ git add _FILE_NAME_
To start tracking all the files run
$ git add -A