... | ... | @@ -34,6 +34,7 @@ title: Current Git Workflow |
|
|
---
|
|
|
%%{init: { 'logLevel': 'debug', 'theme': 'base', 'gitGraph': {'showBranches': true, 'showCommitLabel':true,'mainBranchName': 'master'}} }%%
|
|
|
gitGraph
|
|
|
branch ods
|
|
|
commit
|
|
|
branch dev
|
|
|
branch run
|
... | ... | @@ -64,6 +65,7 @@ gitGraph |
|
|
### Branches overview:
|
|
|
|
|
|
- `master` requires a manual formatting check, because LaTeX isn't reliable. Once something goes to the master branch, it gets published automatically.
|
|
|
- `dev` functions like a master branch, but without the formatting checks. Everything here will eventually go into the master branch.
|
|
|
- `run` only exists to test a pipeline. Anything you put here may be destroyed at any moment with a forced push.
|
|
|
- `img` branches allow images to get a double check before entering the git history. All images have to meet certain [standards](dev/Image-Requirements).
|
|
|
- `ods` only exists to update the Character Spreadsheet.
|
... | ... | |