TubeTK/Development/Git: Difference between revisions
From KitwarePublic
< TubeTK | Development
Jump to navigationJump to search
Line 13: | Line 13: | ||
|- | |- | ||
| | | | ||
:*<span style="font-size: 1.5em">[[TubeTK/Git/Download| | :*<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| | :*<span style="font-size: 1.5em">[[TubeTK/Git/Develop|TubeTK Git Repository Management for Contributors]]</span> | ||
|- | |- | ||
| | | |
Revision as of 14:59, 14 June 2012
Introduction
TubeTK version tracking and development is hosted by Git. Please select a task for further instructions:
Main Tasks: |
|
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://tubetk.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.