Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.
Tim Wood edited this page Mar 5, 2016 · 23 revisions

Welcome to the Drupal-GovCon-2016 wiki!

Master branch will only contain merge branches that have been tagged Master. Should always work and "be pristine".

Git process overview and rules

Create develop branch, and then a feature branch to do the work Pull requests are made against develop When develop gets to a state we want to commit, we tag and push to master

no commits directly to master or develop - all done as pull requests develop gets updated via pull requests master gets it updates from develop

How to setup your local environment

Git development steps

Remember, each time you create a feature branch, make it from a fresh pull of develop

Download and install vagrant and ansible http://docs.ansible.com/ansible/intro_installation.html#latest-releases-via-pip

Clone this wiki locally