Skip to content

nitescun/phase-0-gps-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Command Log from GPS 1.1

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors