-
-
Notifications
You must be signed in to change notification settings - Fork 377
GSoC FAQ
Vidhan Jain edited this page May 26, 2017
·
9 revisions
A: Please don't send it with a dot at the end see [1], because it takes you to nowhere. the correct name is [2]. Normally in email lists it's done by referencing. Like this answer.
[1] https://github.com/pgRouting/pgrouting/wiki/GSoC-FAQ.
[2] https://github.com/pgRouting/pgrouting/wiki/GSoC-FAQ
A: Fetch the changes from the upstream, Merge them in your branch and then push them to your fork.
git fetch upstream
git checkout <branchname>
git merge upstream/<branchname>
git push origin <branchname>