OSGeo
pgRouting: Main pgRouting first task [0]
If you do not have an account on github, please create one.
Install git on your computer
- On Linux: sudo apgt-get install git
- On Windows: https://git-scm.com/download/win
Create a fork of the pgRouting project
Steps:
- On GitHub, navigate to the https://github.com/pgRouting/pgrouting repository.
- Fork button In the top-right corner of the page, click Fork.
Create a clone (of your fork) on your computer
- click on the "Clone or Download" button on the right-side of your forked page on GitHub
- click on the "Copy to clipboard" button
- From your terminal, now use the url to your fork, in the clone command:
- git clone url
- such as: git clone https://github.com/jmckenna/pgrouting.git
Create a branch with your GitHub username and push to the fork
- cd pgrouting
- git checkout -b
- git push --set-upstream origin
Submit the path to your branch
Questions?
- IRC osgeo-gsoc channel on freenode
- https://gitter.im/pgRouting/pgrouting
Task tags
Students who completed this task
Sunveer Singh, Ronald Y