Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[henshin-dev] Gerrit

Hi committers,

we switched to Gerrit for handling code reviewing and merging. This is what you need to do for the setup:

1) If you don't have one yet, generate a SSH RSA key pair using "ssh-keygen -t rsa"
2) Register your public key at https://git.eclipse.org/r/#/settings/ssh-keys
3) Clone the Henshin repo (in Eclipse) from ssh://committer_id@xxxxxxxxxxxxxxx:29418/henshin/org.eclipse.emft.henshin (it is also possible via https, but with a separate HTTP pw)
4) In the Git perspective, open the Repository: Remotes -> origin -> Gerrit Configuration... -> OK

That's basically it. You can push / pull / rebase as usual. For the code reviewing, please go to https://git.eclipse.org/r/#/ and invite the other committers as reviewers. Please do this for all changes.

If you have any questions or problems, please let me know.

Cheers,
Christian

Back to the top