An open API service indexing awesome lists of open source software.

https://github.com/gregorbiswanger/hello-git-t-800

GitHub Workshop Beispiel...
https://github.com/gregorbiswanger/hello-git-t-800

git github workshop

Last synced: about 1 month ago
JSON representation

GitHub Workshop Beispiel...

Awesome Lists containing this project

README

          

# GitHub Workshop

[🐞 Bug melden](https://github.com/GregorBiswanger/hello-git-t-800/issues/new?template=bug_report.md&labels=bug&title=Fehler%20gefunden)

Lorem ipsum

```mermaid
graph TD
A[Start] --> B{Bedingung erfüllt?}
B -->|Ja| C[Aktion ausführen]
B -->|Nein| D[Abbruch]
C --> E[Ende]
D --> E
```