Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 383 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 383 Bytes

phase-0-gps-1

git clone - Clone the github repo to my local machine touch awesome_page.md - to create a markdown file called awesome page git add awesome_page.md - Staged the file git commit -m "created awesome_page" - Commited with an amazing message git push origin master - pushed the master branch to the gitHub repor master branch git status - get the status of branch