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`. ...@@ -30,8 +30,6 @@ Character creation once stayed in the `cc` branch, and later merged into `tie`.
The workflow looks like this: The workflow looks like this:
<div class="center">
```mermaid ```mermaid
--- ---
title: Example Git diagram title: Example Git diagram
...@@ -63,6 +61,7 @@ gitGraph ...@@ -63,6 +61,7 @@ gitGraph
commit commit
checkout dev checkout dev
commit commit
commit
checkout tie checkout tie
merge cc merge cc
merge dev merge dev
...@@ -73,13 +72,11 @@ gitGraph ...@@ -73,13 +72,11 @@ gitGraph
Branches overview: Branches overview:
- `master` requires a manual formatting check, because LaTeX isn't reliable. Once something goes to the master branch, it gets published automatically. - `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. - `ods` only exists to update the Character Spreadsheet.
- `tie` is for anything for BIND 0.9. - `tie` is for anything for BIND 0.9.
- Anything else goes in its own branch. - Anything else goes in its own branch.
</div>
## Latex ## Latex
A quickstart guide to Latex and notes on how the books are laid out: A quickstart guide to Latex and notes on how the books are laid out:
... ...
......