IGSTK/Git
From KitwarePublic
< IGSTK
Introduction
IGSTK 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://igstk.org/gitweb.
| Repository | Purpose | Access | URL |
|---|---|---|---|
IGSTK.git
| Image-Guided Surgery Toolkit | clone (git) | git://igstk.org/IGSTK.git
|
| clone (http) | http://igstk.org/IGSTK.git
| ||
| push (ssh) | git@igstk.org:IGSTK.git
| ||
stage/IGSTK.git
| IGSTK Topic Stage | clone (git) | git://igstk.org/stage/IGSTK.git
|
| clone (http) | http://igstk.org/stage/IGSTK.git
| ||
| push (ssh) | git@igstk.org:stage/IGSTK.git
| ||
IGSTKData.git
| IGSTK Testing/Data Submodule
| clone (git) | git://igstk.org/IGSTKData.git
|
| clone (http) | http://igstk.org/IGSTKData.git
| ||
| push (ssh) | git@igstk.org:IGSTKData.git
|
Branches
At the time of this writing the IGSTK.git repository has the following branches:
- master: Development (default)
- hooks: Local commit hooks (place in .git/hooks)
- sandbox: Read-only branch holding old IGSTKSandbox repository converted from CVS
Releases have tags named by the release version number.