IGSTK/Git

From KitwarePublic
Jump to navigationJump to search

Introduction

IGSTK version tracking and development is hosted by Git. Please select a task for further instructions:

Main Tasks:

  • Install Git - Git 1.6.6 or greater is preferred (required for development)

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
IGSTKApps.git IGSTK Applications clone (git) git://igstk.org/IGSTKApps.git
clone (http) http://igstk.org/IGSTKApps.git
push (ssh) git@igstk.org:IGSTKApps.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.