From 9fb641c1e06408b2adb9f186c918bb9ef879b989 Mon Sep 17 00:00:00 2001 From: Prabuddha Hans <21313482@studentmail.ul.ie> Date: Mon, 23 Sep 2024 22:15:32 +0100 Subject: [PATCH] Working on getting the idea of time-travel to make sense --- src/slides/compsoc/3_git.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/slides/compsoc/3_git.md b/src/slides/compsoc/3_git.md index 848b11e..b1bbec5 100644 --- a/src/slides/compsoc/3_git.md +++ b/src/slides/compsoc/3_git.md @@ -120,6 +120,14 @@ This place is called a Repository. ------------------------------------------------------------------------- +But, an interesting feature of git, is that it allows you to time-travel. + +------------------------------------------------------------------------- + +Meaning that if a project breaks, you can go back to before it broke. + +------------------------------------------------------------------------- + Now I hear you in the audience asking... -------------------------------------------------------------------------