IGSTK/Git: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
 
Line 29: Line 29:
==Repositories==
==Repositories==


One may browse the repositories online using the [http://git.wiki.kernel.org/index.php/Gitweb Gitweb] interface at http://igstk.org/gitweb.
One may browse the repositories online using the [https://git.wiki.kernel.org/index.php/Gitweb Gitweb] interface at http://igstk.org/gitweb.


{|border="1" cellspacing="0" cellpadding="3"
{|border="1" cellspacing="0" cellpadding="3"

Latest revision as of 13:45, 5 October 2012

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