1.4 KiB
1.4 KiB
Quick branch overview
We work with several branches in this repo. This document aims to explain how to contribute changes to the existing branches.
main
branch
- Changes to
modules
andprofiles
should go the main branch - Changes can get accepted via: Pull Request
- Branch protected from direct
git push
infra
branch
- Changes to the pub.solar infrastructure should be merged into this branch
- Changes can get accepted via: Pull Request
- Branch protected from direct
git push
momo/main
branch
- Changes to the Momo infrastructure should be merged into this branch
- Changes can get accepted via: Pull Request
- Deployment of changes is automatic via CI pipeline
- Branch protected from direct
git push