OSGeo
pgRouting: Workshop first task [0]
If you do not have an account on github, please create one.
is your account name in GitHub
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 Workshop
Steps:
- On GitHub, navigate to the https://github.com/pgRouting/workshop repository.
- Fork button In the top-right corner of the page, click Fork.
Create a clone on your computer
From your terminal:
git clone https://github.com/<name>/workshop
Create a branch with your name and push to the fork
cd workshop
git checkout -b <name>
git push --set-upstream origin <name>
Questions?
- IRC osgeo-gsoc channel on freenode
- https://gitter.im/pgRouting/pgrouting
Task tags
Students who completed this task
Vithin Reddy