ITK/Gerrit: Difference between revisions

From KitwarePublic
< ITK
Jump to navigationJump to search
Line 20: Line 20:
* [[ITK_Release_4/Migration Plan/Phases|Phases]]
* [[ITK_Release_4/Migration Plan/Phases|Phases]]


== Workflow Example, from Android ==
* http://source.android.com/source/life-of-a-patch.html


= Integration with Git =
= Integration with Git =

Revision as of 21:19, 21 August 2010

Code Review System

Overview

Installation

The ITK Gerrit system is available at

In order to register you need to get an OpenID

Workflow

ITKv4-TransitionPlanProposal.png

Workflow Example, from Android

Integration with Git

Add Gerrit as one of your remotes

 git remote add gerrit marcus@review.source.kitware.com:ITK


How to push to Gerrit

Then, when you have a topic branch ready to go,

  git push gerrit HEAD:refs/for/master/topic-name