Git

This page is very much a work-in-progress!

General Guidelines

main-only

This is the workflow where everyone commits to main. Anytime main is advanced by someone else, your own commits must be merged.

branching

This is the workflow where everyone branches from main. An MR is then needed to merge changes back to main.