Mitk & Git

From mitk.org
Revision as of 17:12, 22 March 2011 by MarcoNolden (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

MITK and Git

The current MITK source code can be viewed with the Gitweb interface here.

The URL for cloning MITK is

 http://git.mitk.org/MITK.git/

Branches

We follow a branchy workflow. All developments are made in branches that are named after a bug in Bugzilla. The master branch only contains merge commits.

Tags

Tags starting with "v" are official MITK releases.

Tags named "releases/snapshot-YYYYMMDD" are usually created for projects using MITK which need to permanently mark a specific version of MITK. Please be aware that these releases are not always fully tested since most projects only use parts of MITK.