Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [nebula-dev] Welcome Hallvard Traetteberg as a new technology.nebula Committer

Then, to get everything into the eclipse repository:

go to an empty directory:

// Clone the official git repository
$ git clone ssh://YOURECLIPSECOMMITTERID@xxxxxxxxxxxxxxx/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


Back to the top