Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/camillevilla/phase-0-gps-1
https://github.com/camillevilla/phase-0-gps-1
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/camillevilla/phase-0-gps-1
- Owner: camillevilla
- Created: 2016-06-01T23:33:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-02T21:42:08.000Z (over 8 years ago)
- Last Synced: 2024-11-06T17:58:01.054Z (2 months ago)
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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