IGSTK/Git: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
Line 80: Line 80:
|push (ssh)
|push (ssh)
|<code>git@igstk.org:IGSTKApps.git</code>
|<code>git@igstk.org:IGSTKApps.git</code>
|-
|rowspan=3|<code>stage/IGSTKApps.git</code>
|rowspan=3|IGSTK Applications Stage
|clone (git)
|<code>git://igstk.org/stage/IGSTKApps.git</code>
|-
|clone (http)
|<code>http://igstk.org/stage/IGSTKApps.git</code>
|-
|push (ssh)
|<code>git@igstk.org:stage/IGSTKApps.git</code>
|-
|-
|}
|}

Revision as of 19:04, 27 September 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.