ITK/Git: Difference between revisions
From KitwarePublic
< ITK
Jump to navigationJump to search
No edit summary |
Brian.helba (talk | contribs) (Update Gitweb link; old link broken) |
||
Line 32: | Line 32: | ||
==Repositories== | ==Repositories== | ||
One may browse the repositories online using the [ | One may browse the repositories online using the [https://git.wiki.kernel.org/articles/g/i/t/Gitweb.html Gitweb] interface at http://itk.org/gitweb. | ||
{|border="1" cellspacing="0" cellpadding="3" | {|border="1" cellspacing="0" cellpadding="3" |
Revision as of 12:48, 29 December 2011
Introduction
ITK version tracking and development is hosted by Git. Please select a task for further instructions:
Main Tasks: |
|
|
|
Other Tasks: |
|
|
The remainder of this page provides reference information and links. It is not intended to provide instructions.
Repositories
One may browse the repositories online using the Gitweb interface at http://itk.org/gitweb.
Repository | Purpose | Access | URL |
---|---|---|---|
ITK.git
|
Insight Toolkit | clone (git) | git://itk.org/ITK.git
|
clone (http) | http://itk.org/ITK.git
| ||
push (ssh) | git@itk.org:ITK.git
| ||
stage/ITK.git
|
ITK Topic Stage | clone (git) | git://itk.org/stage/ITK.git
|
clone (http) | http://itk.org/stage/ITK.git
| ||
push (ssh) | git@itk.org:stage/ITK.git
| ||
ITKApps.git
|
Insight Applications | clone (git) | git://itk.org/ITKApps.git
|
clone (http) | http://itk.org/ITKApps.git
| ||
push (ssh) | git@itk.org:ITKApps.git
| ||
ITKData.git
|
ITK Testing/Data Submodule
|
clone (git) | git://itk.org/ITKData.git
|
clone (http) | http://itk.org/ITKData.git
| ||
push (ssh) | git@itk.org:ITKData.git
|
Branches
At the time of this writing the ITK.git
repository has the following branches:
- master: Development (default)
- release: Maintenance of latest release
- nightly-master: Follows master, updated at 01:00 UTC
- hooks: Local commit hooks (place in .git/hooks)
- dashboard: Dashboard script (setup a CDash client)
Release branches converted from CVS have been artificially merged into master. Actual releases have tags named by the release version number.