IGSTK/Git: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
(Created page with "==Introduction== IGSTK version tracking and development is hosted by [http://git-scm.com Git]. Please select a task for further instructions: {|border="0" |- |width=70%| Main T...")
 
Line 69: Line 69:
|push (ssh)
|push (ssh)
|<code>git@igstk.org:IGSTKData.git</code>
|<code>git@igstk.org:IGSTKData.git</code>
|-
|rowspan=3|<code>IGSTKApps.git</code>
|rowspan=3|IGSTK Applications
|clone (git)
|<code>git://igstk.org/IGSTKApps.git</code>
|-
|clone (http)
|<code>http://igstk.org/IGSTKApps.git</code>
|-
|push (ssh)
|<code>git@igstk.org:IGSTKApps.git</code>
|-
|}
|}



Revision as of 17:00, 24 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

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.