Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 608 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 608 Bytes

phase-0-gps-1

GPS 1

commands used

subl README.md => opens the README file ls => list files in directory git checkout --help => information on checkout function git checkout -b add-command-log => create a new branch and checkout git push origin master => push changes to the repo on Github git commit -m "comments" => commit with commit message git status => check status git add . => add changes to stage (everything except files you've deleted) git add -A will include deleted files too touch filename => create a new file cd directory => change to directory git clone url => clone the repo with url