From a720a240e9c180df74ec65135ca376f4afd75c4f Mon Sep 17 00:00:00 2001 From: Azat <8280770+azataiot@users.noreply.github.com> Date: Fri, 5 Apr 2024 10:14:32 +0300 Subject: [PATCH] changed the local branches. --- README.md | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 28ed92c..e2c0f12 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,30 @@ # MediaCMS -## Branches +## Project Workflow + +```mermaid +sequenceDiagram + +box Local +participant main +participant stable +participant dev +end + +box Origin +participant omain +participant ostable +participant odev +end + +box Upstream +participant umain +end +``` + + + +## Branches - `main` - upstream branch to keep the original code. - `stable` - stable branch to keep the stable code. @@ -10,4 +34,3 @@ Periodically sync changes from the original repository into this main branch: -