diff --git a/materials/sheet_internals.typ b/materials/sheet_internals.typ
new file mode 100644
index 0000000000000000000000000000000000000000..ad4b9298c72162bebd46f4d453c396c2cc7c8504
--- /dev/null
+++ b/materials/sheet_internals.typ
@@ -0,0 +1,12 @@
+#import "sheet_template.typ": *
+#import "global.typ": *
+
+#let title = "Aufgabenblatt: Interner Aufbau von Git"
+
+#show: doc => apply-template(title, "de", doc)
+
+#task[
+  Sieh dir das .git-Verzeichnis.
+  Sieh dir mit `git cat-file` alle Objekte in `.git/objects` an und schreib in eine Tabelle worum es sich jeweils handelt.
+  `git whatchanged` hilft auch.
+]
\ No newline at end of file