From 45deef68b1c56c97fd97e4e22045e0eb8551937d Mon Sep 17 00:00:00 2001
From: Lars Frost <larsf@fsmpi.rwth-aachen.de>
Date: Mon, 18 Nov 2024 17:24:26 +0100
Subject: [PATCH] Start sheet to learn about the git internals

---
 materials/sheet_internals.typ | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 materials/sheet_internals.typ

diff --git a/materials/sheet_internals.typ b/materials/sheet_internals.typ
new file mode 100644
index 0000000..ad4b929
--- /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
-- 
GitLab