Skip to content

Version Control and Git

Tobey Carman edited this page Sep 26, 2014 · 4 revisions

We are using the software Git for version control and source code management. The source code is in turn hosted on Github.

Branching Model

We are using two long-running branches for this project: master and devel. In addition we are using the "Integration Manager Workflow" and Github's Pull Requests to manage project collaboration.