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... -------------------------------------------------------------------------