Branches mapped to deployment environments (Dev, Staging, Prod).
gitGraph
commit
branch trunk
checkout trunk
branch staging
checkout staging
commit
checkout trunk
branch prod
checkout prod
commit
merge staging
commitGit Workflows