GPS 1
git clone- This copied over the remote (Github) repo and created an local repo.
touch - create a new file
git add- to stage the file to be committed
git commit -m "meaningful message:- creates a save- point.
git status- gives us an update of of our staged, added, committed files.
git push origin master- pushed to master branch to remote repo.
git branch- gives us the status of what branch we're on
git checkout -b - to create a new branch
git checkout - to switch branch.
subl - open sublime text editor.