ITK/Git

From KitwarePublic
< ITK
Revision as of 17:44, 22 July 2010 by Brad.king (talk | contribs) (Created page with '__TOC__ ITK version tracking and development is hosted by [http://git-scm.com Git]. '''NOTE: This page is under development in preparation for publication of the ITK Git reposi…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

ITK version tracking and development is hosted by Git.

NOTE: This page is under development in preparation for publication of the ITK Git repositories. They may not yet be accessible at the documented URLs.

Official Repository

One may browse the repository online using the Gitweb interface at http://itk.org/gitweb.

Cloning

One may clone the repository using git clone through the native git protocol:

$ git clone git://itk.org/ITK.git

or through the (less efficient) http protocol:

$ git clone http://itk.org/ITK.git

All further commands work inside the local copy of the repository created by the clone:

$ cd ITK

Resources

Additional information about Git may be obtained at these sites: