TubeTK/Development/Git: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
(Created page with "==Introduction== TubeTK version tracking and development is hosted by [http://git-scm.com Git]. Please select a task for further instructions: {|border="0" |- |width=70%| Main ...")
 
Line 67: Line 67:
* '''master''': Development (default)
* '''master''': Development (default)
* '''hooks''': Local commit hooks ([[Git/Hooks#Local|place]] in .git/hooks)
* '''hooks''': Local commit hooks ([[Git/Hooks#Local|place]] in .git/hooks)
* '''sandbox''': Read-only branch holding old IGSTKSandbox repository converted from CVS
 


Releases have tags named by the release version number.
Releases have tags named by the release version number.

Revision as of 13:29, 12 June 2012

Introduction

TubeTK 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
TubeTK.git TubeTK clone (git) git://tubetk.org/TubeTK.git
clone (http) http://tubetk.org/TubeTK.git
push (ssh) git@tubetk.org:TubeTK.git
stage/TubeTK.git TubeTK Topic Stage clone (git) git://tubetk.org/stage/TubeTK.git
clone (http) http://tubetk.org/stage/TubeTK.git
push (ssh) git@tubetk.org:stage/TubeTK.git

Branches

At the time of this writing the TubeTK.git repository has the following branches:

  • master: Development (default)
  • hooks: Local commit hooks (place in .git/hooks)


Releases have tags named by the release version number.