« Back to Index

Git Workflow using an organisation account with Private repositories

View original Gist on GitHub

Git Workflow.md

#Overview - setting up our git workflow This set-up works for our team as we don’t mind pushing directly to a development branch, but this wouldn’t work for other companies as the development branch could potentially get broken fairly quickly and with multiple developers working on this singular branch would be awkward to locate issues and fix - but for a small team this seems to work fine.

##Initial User Set-Up The first developer to work on the new project will go through this process:

##New User If another member of the team wants to work on this repository then they’ll follow this process: