This page documents how to setup ITK developer accounts. See our table of contents for more information.
Anyone may obtain access to the ITK Gerrit Code Review site to propose and review changes. Follow these steps to set up access:
This is currently out of order, please send patches as messages to the mailing list
If you are stuck behind a firewall that blocks SSH traffic (port 22), the following alternative URL may be used to push patches over HTTP (port 80):
$ git config --global url.http://bob@review.source.kitware.com/p/ITK.insteadOf bob@review.source.kitware.com:ITK
This requires Git 1.6.6 or newer.
Authorized community members may merge patches to the itk.org
repositories, but most community members do not need merge permissions. All patches from all community members go through Gerrit Code Review, and patches will be merged by one of the maintainers after it has been reviewed.
Follow these steps to set up access:
$ ssh git@itk.org info