Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

"my merged fixes are not in my fork on GitHub."

that's right. it is not done automatically.

"do I need to take a new fork ? "

no,no, better update your local repo to the state on itseez.org, work on it and push again:

first switch to the original branch ( hope you left it clean, did not change anything there .. )

git checkout master ( or 2.4, whatever you want to update )

then get the current version from itseez:

git pull upstream master

or

git pull upstream 2.4

then

git branch new_project
git checkout new_project
... work on it, commit
git push new_project