= Chimera 2 Revision Control = We will use '''git''' and '''git flow''' for revision control to manage Chimera 2 source code. Development will follow the [http://nvie.com/posts/a-successful-git-branching-model/ Vincent Driessen's branching model] where the '''master''' branch is the release branch and the '''develop''' branch is the daily build branch. The remainder of this document describes some common tasks using '''git'''. [[PageOutline]] == Create Team Repository == == Create Developer Repository on plato == == Use '''develop''' Branch Directly for Development == == Use Feature Branch for Development == == Stash Modified Files before Switching Branches == == Create Remote Repository == == Use plato Repository to Coordinate Development on Multiple Hosts ==