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 ...")
 
(Blanked the page)
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
==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 Tasks:
|-
|
:*<span style="font-size: 1.5em">[[Git/Download|Install Git]]</span> - Git 1.6.6 or greater is preferred (required for development)
|-
|
:*<span style="font-size: 1.5em">[[TubeTK/Git/Download|Download TubeTK]] - Users start here</span>
|-
|
:*<span style="font-size: 1.5em">[[TubeTK/Git/Develop|Develop TubeTK]] - Contributors start here</span>
|-
|
Other Tasks:
|-
|
:*<span style="font-size: 1.5em">[[Git/Resources|Learn Git]]</span> - Third-party documentation
|}
''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 [http://git.wiki.kernel.org/index.php/Gitweb Gitweb] interface at http://igstk.org/gitweb.
{|border="1" cellspacing="0" cellpadding="3"
!Repository
!Purpose
!Access
!URL
|-
|rowspan=3|<code>TubeTK.git</code>
|rowspan=3|TubeTK
|clone (git)
|<code>git://tubetk.org/TubeTK.git</code>
|-
|clone (http)
|<code>http://tubetk.org/TubeTK.git</code>
|-
|push (ssh)
|<code>git@tubetk.org:TubeTK.git</code>
|-
|rowspan=3|<code>stage/TubeTK.git</code>
|rowspan=3|TubeTK Topic Stage
|clone (git)
|<code>git://tubetk.org/stage/TubeTK.git</code>
|-
|clone (http)
|<code>http://tubetk.org/stage/TubeTK.git</code>
|-
|push (ssh)
|<code>git@tubetk.org:stage/TubeTK.git</code>
|-
|}
==Branches==
At the time of this writing the <code>TubeTK.git</code> repository has the following branches:
* '''master''': Development (default)
* '''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.

Latest revision as of 14:41, 26 July 2013