Craft your forge, Build your project, Grow your community freely
1---
2layout: slide
3horizontalRuleMetadatas: section
4footerSlideMetadatas: https://gitroot.dev/slides/1.html
5---
6 7# Hello in my prez
8 9_GitRoot is amazing_1011---
1213# How are you ?
1415| Person | bad | good | very good |
16| ------ | --- | ---- | --------- |
17| Me | | | X |
18| You | | | X |
19| Other | | | X |
2021---
2223# And code ?
2425```go
26funcmain() {
27printf("hello")
28}
29```3031---
3233# And Chart ?
3435```mermaid
36flowchart TD
37 A[Hop] -->|Exec cmds| B[GitRoot]
38 B --> F[exec]
39 F --> |bwrap/container/ssh|C[executor cli]
40 C --> D[cmd]
41 D --> C
42 C --> |status/code/logs/stats|F
43 F --> |status/code/logs/stats|B
44 B --> |status/code/logs/stats|A
45```4647---
4849# And image ?
5051