Git Workflow Discussion #27
Replies: 3 comments 3 replies
-
|
One questions I have about this flow: how is vetted work then merged to |
Beta Was this translation helpful? Give feedback.
-
|
Looks good to me |
Beta Was this translation helpful? Give feedback.
-
Potentially, however, with a service like Vercel or others, we could spin up environments for each feature development, allowing us to test each feature in isolation. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is to document the WDI Dev Team Rendezvous meeting workflow discussion on 1/22/2026:
https://fathom.video/share/SYxyx7gz-z6MhBrZJ8L2jyLnyByCmTuz
This is not meant to be a final proposal, it's meant to continue the discussion @kblake please update as you see fit, I may have missed part of your notes. Thanks!
Suggestion: align more towards GitLab Flow with a canonical main branch
https://about.gitlab.com/topics/version-control/what-is-gitlab-flow/
For example:
Branch roles
Developers branch from
main(notstaging) to ensure new work always starts from a stable, approved baseline.stagingis used only for integration and validation, not as a development base.main= 100% stable, approved, and deployablemainfor new work.productionmainstagingstagingtomainto return to a stable baselineDeployment model
main→productiontriggers production deploymentstagingmerges can happen anytime - triggers staging deploymentBranching philosophy
Open question:
Is
stagingacting as too many things at once?PR & collaboration practices
stagingshould be able to accept work that potentially unstable for faster velocity.Developer workflow tips
Beta Was this translation helpful? Give feedback.
All reactions