Development workflow - webdev

From WormBaseWiki
Jump to navigationJump to search

This page describes the development model used by the web development team at WormBase using git. This includes our branching strategy and release management.

Diagram

Git Workflow - WormBase1.png

Editable version of the diagram

Main branches

Master

Dev

Production

Supporting branches

feature branches

hotfixes

Example Workflow

New Feature

New Feature (Large)

Hotfix to production