git init Next thing we need to do is register these files using 'git add' so that git can start keeping tracks of their changes. $ git add The files are ready to be committed using 'git commit'. Runni...
git init Next thing we need to do is register these files using 'git add' so that git can start keeping tracks of their changes. $ git add The files are ready to be committed using 'git commit'. Runni...