CMake/Git: Difference between revisions
From KitwarePublic
< CMake
Jump to navigationJump to search
No edit summary |
|||
Line 52: | Line 52: | ||
|- | |- | ||
|rowspan=3|<code>stage/cmake.git</code> | |rowspan=3|<code>stage/cmake.git</code> | ||
|rowspan=3|CMake Topic Stage | |rowspan=3|CMake [[Git/Workflow/Stage|Topic Stage]] | ||
|clone (git) | |clone (git) | ||
|<code>git://cmake.org/stage/cmake.git</code> | |<code>git://cmake.org/stage/cmake.git</code> |
Revision as of 20:39, 28 February 2012
Introduction
CMake 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://cmake.org/gitweb.
Repository | Purpose | Access | URL |
---|---|---|---|
cmake.git
|
CMake | clone (git) | git://cmake.org/cmake.git
|
clone (http) | http://cmake.org/cmake.git
| ||
push (ssh) | git@cmake.org:cmake.git
| ||
stage/cmake.git
|
CMake Topic Stage | clone (git) | git://cmake.org/stage/cmake.git
|
clone (http) | http://cmake.org/stage/cmake.git
| ||
push (ssh) | git@cmake.org:stage/cmake.git
|
Branches
We use a topic-based workflow as documented here and thus define integration branches:
- maint: Release maintenance; bug fixes only
- master: Release preparation; starting point for new features (default)
- next: Development; new features published here first
We also provide additional branches: