Hi Hallvard,

Yes it does.

First merge the changes from the github eclipse/nebula repository back
in your fork:

$ cd your/local/clone

// Assigns the original repo to a remote called "upstream"
$ git remote add upstream https://github.com/eclipse/nebula.git

//Fetches any new changes from the original repo
$ git fetch upstream

// Merges any changes fetched into your local working files
$ git merge upstream/master

// Push the changes back to your fork
$ git push origin master

Try this first.

Regards,

Wim

http://help.github.com/fork-a-repo/
_______________________________________________
nebula-dev mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/nebula-dev

Reply via email to