phrasing authored by Malin Freeborn's avatar Malin Freeborn
......@@ -30,8 +30,6 @@ Character creation once stayed in the `cc` branch, and later merged into `tie`.
The workflow looks like this:
<div class="center">
```mermaid
---
title: Example Git diagram
......@@ -63,6 +61,7 @@ gitGraph
commit
checkout dev
commit
commit
checkout tie
merge cc
merge dev
......@@ -73,13 +72,11 @@ 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.
- `img` allows images to get a double check before entering the git history. All images have to meet certain [standards](dev/Image-Requirements).
- `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.
- `tie` is for anything for BIND 0.9.
- Anything else goes in its own branch.
</div>
## Latex
A quickstart guide to Latex and notes on how the books are laid out:
......
......