Alles im Browser · Kein Code · Kein Setup · Dein TempoAll in the browser · No code · No setup · Your pace
Das ProblemThe Problem
Du kennst das. Drei Leute arbeiten am gleichen Dokument:You know this. Three people working on the same document:
📄 Projektplan.docx
📄 Projektplan_v2.docx
📄 Projektplan_v2_überarbeitet.docx
📄 Projektplan_v3_final.docx
📄 Projektplan_v3_final_FINAL.docx
📄 Projektplan_v3_final_FINAL_JAN.docx
Niemand weiß, welche Version zählt. Änderungen werden überschrieben. Feedback geht verloren.Nobody knows which version counts. Changes get overwritten. Feedback is lost.
Und du denkst, GitHub ist nichts für dich, weil du kein Programmierer bist.And you think GitHub is not for you because you're not a programmer.
Die WahrheitThe Truth
GitHub ist kein Programmier-Tool. GitHub ist ein Kollaborations- und Versionierungstool. Und der Beweis:GitHub is not a coding tool. GitHub is a collaboration and version control tool. The proof:
📁 Projekte organisieren mit Gedächtnis📁 Organize projects with memory
Jede Änderung gespeichert. Wer hat was geändert, wann und warum. Wie ein Logbuch für dein Projekt.Every change saved. Who changed what, when, and why. Like a logbook for your project.
🔄 Nie wieder v3_final_FINAL🔄 No more v3_final_FINAL
Eine Datei. Jede Version gespeichert. Du kannst jederzeit zurückspulen.One file. Every version saved. You can rewind anytime.
💬 Feedback direkt am Dokument💬 Feedback right on the document
Statt E-Mail-Ping-Pong: Kommentare direkt an der Zeile die sich ändern soll.Instead of email ping-pong: comments right on the line that needs to change.
🌐 Eigene Website in 10 Minuten🌐 Your own website in 10 minutes
Kostenlose Website aus deinem Projektordner. Ohne Hosting, ohne Code.Free website from your project folder. No hosting, no code.
🏆 Was du am Ende hast🏆 What you'll have at the end
Ein dokumentiertes Projekt-Repository mit READMEA documented project repository with README
5+ versionierte Commits mit beschreibenden Messages5+ versioned commits with descriptive messages
Issues mit Labels und ein Kanban-BoardIssues with labels and a Kanban board
1 abgeschlossener Pull Request mit Review1 completed pull request with review
1 live Website auf GitHub Pages1 live website on GitHub Pages
Einen 3-Satz-Pitch um dein Team zu überzeugenA 3-sentence pitch to convince your team
Warum das funktioniertWhy this works
📚 90% der Fortune 100 nutzen GitHub. 1 Milliarde Contributions in 2024. 36 Millionen neue Developer in einem Jahr. (GitHub Octoverse 2024)📚 90% of Fortune 100 use GitHub. 1 billion contributions in 2024. 36 million new developers in one year. (GitHub Octoverse 2024)
Dieser Kurs basiert auf Forschung zu Version Control in Knowledge Work, Constructivist Learning und Collaborative Writing — mit Quellenangaben in jedem Modul.This course is based on research in Version Control for Knowledge Work, Constructivist Learning, and Collaborative Writing — with citations in every module.
„Aber ist das nicht zu technisch?""But isn't that too technical?"
❓ Ich bin nicht technisch genug❓ I'm not technical enough
Du brauchst nur einen Browser. Kein Terminal, kein Code, keine Installation. Wenn du eine E-Mail schreiben kannst, kannst du das hier.You only need a browser. No terminal, no code, no installation. If you can write an email, you can do this.
❓ GitHub ist doch für Programmierer❓ GitHub is for programmers
Deutsche Bundesgesetze werden auf GitHub verwaltet. Von Juristen, nicht von Devs. Die Johns Hopkins University hat COVID-Daten dort publiziert. GitHub ist ein Kollaborationstool.German federal laws are managed on GitHub. By lawyers, not devs. Johns Hopkins published COVID data there. GitHub is a collaboration tool.
❓ Wir haben schon Google Drive / SharePoint❓ We already have Google Drive / SharePoint
Google Drive zeigt dir die Datei. GitHub zeigt dir jede Änderung — wer, wann, warum. Und du kannst jede Version wiederherstellen.Google Drive shows you the file. GitHub shows you every change — who, when, why. And you can restore any version.
❓ Mein Team wird das nicht mitmachen❓ My team won't go along with this
Modul 6 zeigt dir genau, wie du dein Team überzeugst. Spoiler: Starte klein, mit einem Dokument und zwei Leuten.Module 6 shows you exactly how to convince your team. Spoiler: Start small, with one document and two people.
Wer steckt dahinter?Who's behind this?
Ich bin Jan — Ingenieur, kein Programmierer. Ich habe GitHub jahrelang ignoriert, weil ich dachte, es sei nur für Developer. Das war ein Fehler.I'm Jan — engineer, not a programmer. I ignored GitHub for years because I thought it was only for developers. That was a mistake.
Heute manage ich damit Projektdokumentationen im Team, tracke Aufgaben mit Issues und versioniere Konzeptpapiere. Vorher: 47 E-Mails pro Review-Runde. Nachher: 1 Pull Request.Today I manage project documentation with my team, track tasks with Issues, and version concept papers. Before: 47 emails per review round. After: 1 Pull Request.