16 mkdir gps1 :Create a folder gps1 17 cd gps1/ :Change directory to gps1 18 git clone https://github.com/nitescun/phase-0-gps-1.git :Clone the new repository 19 ls -a :Check the folder contain 22 cd phase-0-gps-1/ :Change directory to phase-0-gps-1 23 ls -a :Check the folder contain 25 touch awesome_page.md: Create a file awesome_page.md 26 git add awesome_page.md: Stage the file awesome_page.md 27 git status : Verify the status 29 git commit -m "awesome_page.md added" : Commit the changes 30 git status : Verify the status 31 git push origin master : Push the changes to GitHub 32 git checkout -b add-command-log : Create a new branch add-command-log 33 git checkout --help : Verify help command 34 subl README.md : Edit README.md 35 history: List the history
nitescun/phase-0-gps-1
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|