Then, to get everything into the eclipse repository:

go to an empty directory:

// Clone the official git repository
$ git clone 
ssh://[email protected]/gitroot/nebula/org.eclipse.nebula.git

// Add a master to hallvard github
$ git remote add upstream https://github.com/hallvard/nebula

//Fetches any of your changes
$ git fetch upstream

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

// Push the changes back to eclipse
$ git push origin master


This should fix it.

Regards,

Wim
_______________________________________________
nebula-dev mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/nebula-dev

Reply via email to