VES/Git

From KitwarePublic
< VES
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Introduction

VES 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://vtk.org/gitweb.

Repository Purpose Access URL
VES.git VES clone (git) git://vtk.org/VES.git
clone (http) http://vtk.org/VES.git
push (ssh) git@vtk.org:VES.git
stage/VES.git VES Topic Stage clone (git) git://vtk.org/stage/VES.git
clone (http) http://vtk.org/stage/VES.git
push (ssh) git@vtk.org:stage/VES.git

Branches

We use a topic-based workflow as documented here and thus define integration branches:

  • master: Release preparation; starting point for new features (default)
  • next: Development; new features published here first

We also provide additional branches:

  • hooks: Local commit hooks (place in .git/hooks)