Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/camillevilla/phase-0-gps-1


https://github.com/camillevilla/phase-0-gps-1

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

- git clone https://github.com/camillevilla/phase-0-gps-1.git - copy repository from GitHub
- cd phase-0-gps-1/ - change directory
- touch README.md - makes a file
- git status - checks the status of repository
- git add README.md - add file to the repository staging area
- git commit -m "Added README file" - commit what you added
- git push origin master - push changes to GitHub, ready to be merged
- touch awesome_page.md -
- git add awesome_page.md
- git commit -m "Added awesome page"
- git push origin master
- git checkout -b add-command-log - creating a new branch and switching to it