diff --git a/materials/slides/team.typ b/materials/slides/team.typ
index bbb67083009e8ec1628fd2e3fa55525117cf130b..c10a8c84ec6cd1362fd32030cb6ca4635559271b 100644
--- a/materials/slides/team.typ
+++ b/materials/slides/team.typ
@@ -515,4 +515,11 @@ Content of new incoming changes
 >>>>>>> incoming_branch", block: true)
 ]
 
+== Aliases
+
+=== `^`
+- `main^2` - Der zweite Parent vor `main`
+=== `~`
+- `main~2` - Zwei Commits vor `main`, wobei immer der erste Parent genommen wird
+
 #include "remotes.typ"
\ No newline at end of file