&
per the exercise. Make sure to save.
Select style.css and do the same thing with the class name used in the
. Save changes.
git status to check current status
git add -A followed by git status to confirm changes to be committed
git commit -m "comment"
git push origin master
It will ask for your username/key.
Check GitHub to confirm that the repository was added.
This stops around Part Seven: Making Your First Pull Request. Whenever your group catches up then go through the merging process.
Random Bits:
SourceTree; log server. Program that tracks branching.