Pairing challenge 1.1
git clone - To clone the git to your local repository git add - Add the file to the repository git commit -a - To add and commit the file at the same time git push - Share the info with GitHub to make sure that it is updated. Takes the snapshot that was saved locally and makes it available remotely. git checkout -b - Both created a new branch and moved us into that branch git checkout --help - View the help text of the checkout command