changed the local branches.

pull/996/head
Azat 2024-04-05 10:14:32 +03:00
rodzic c4f4d6de60
commit a720a240e9
1 zmienionych plików z 25 dodań i 2 usunięć

Wyświetl plik

@ -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: