We describe how to setup your local Git repository for development with ITK. This is a pre-requisite for testing patches, submitting patches, etc.
In a bash shell with Git
git clone git://itk.org/ITK.git
cd ITK
./Utilities/SetupForDevelopment.sh
and follow the interactive prompt.
With the Git repository setup, it is possible to create and submit patches through Gerrit, review patches on Gerrit. The SetupForDevelopment.sh does many nice things, such as