Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 569 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 569 Bytes

phase-0-gps-1

Cloned the repo from GitHub down to local computer

530 cd phase-0-gps-1/

Navigate into said new local clone

532 touch awesome_page.md

Create empty awesome page markdown document

536 git add awesome_page.md

537 git commit -m "Adds awesome page"

Staged the markdown file & then committed it

538 git push origin master

Pushed local version of repo up to GitHub

543 git checkout -b add-command-log

Created new branch, to add a command log feature to.