|
|
(2 intermediate revisions by 2 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|TubeTK Git Repository Management for Users]]</span>
| |
| |-
| |
| |
| |
| :*<span style="font-size: 1.5em">[[TubeTK/Git/Develop|TubeTK Git Repository Management for Contributors]]</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://tubetk.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)
| |
|
| |
|
| |
| Releases have tags named by the release version number.
| |