phase-0-gps-1

git clone url - copies remote repository to your computer git add - stages the file to be commited git commit -m "message" - commits the changes that have been staged which is a save point in your project git push remote/branch- pushes your commits up to github git checkout -b - creates a new branch and switches to it