Git Workflow - Branching Strategy


# Git Workflow - Branching Strategy

We use customized git-flow (opens new window) since we need to support and maintain multiple builds of TALXIS in production environments. It helps us isolate development of individial features to prevent unwanted changes merged to production code.

TALXIS Git Workflow.png