Skip to content

Git Overview

Keelan Cross edited this page May 12, 2022 · 2 revisions

Git Structure

MonoRepo managed through Nx, and the flutter plugin from nxrocks.

Our frontend is contained under packages/client.

As we introduce the rest of our framework stack this wiki will reflect and document those additions.

Git Branching Strategy

Instead of forks which we used in the mini-project we are using feature branches for code collaboration, each member of the team has their own branch from which they can pull request to develop (our default branch). Then when the time comes for a demo or a release all the code in develop will be merged into the main branch.