Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| docs:bundlewrap [2026/08/31 20:01] – andi | docs:bundlewrap [2026/08/31 20:02] (current) – andi | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| Pro Konferenz wird ein Branch in [[https:// | Pro Konferenz wird ein Branch in [[https:// | ||
| + | |||
| + | ```sh | ||
| git clone ssh:// | git clone ssh:// | ||
| git branch events/< | git branch events/< | ||
| Line 11: | Line 13: | ||
| vim nodes/ | vim nodes/ | ||
| vim groups/< | vim groups/< | ||
| + | ``` | ||
| | | ||
| c.f. https:// | c.f. https:// | ||
| Line 25: | Line 28: | ||
| Vor Ort bzw. wenn die Encoder aufgebaut sind kannst du die diese Änderungen dann wie folgt ausrollen (und natürlich nicht vergessen deine Änderungen in den Branch zu commiten & pushen: | Vor Ort bzw. wenn die Encoder aufgebaut sind kannst du die diese Änderungen dann wie folgt ausrollen (und natürlich nicht vergessen deine Änderungen in den Branch zu commiten & pushen: | ||
| + | ```sh | ||
| bw apply saal1 saal2 | bw apply saal1 saal2 | ||
| git commit -m "added XYZ" | git commit -m "added XYZ" | ||
| git push | git push | ||
| - | | + | ``` |
| Für ausführlichere Dokumentation zu unserer bundlewrap Konfiguration lies am besten die [[https:// | Für ausführlichere Dokumentation zu unserer bundlewrap Konfiguration lies am besten die [[https:// | ||