From 10305c4829a289d228f361f86aae38fa7398f789 Mon Sep 17 00:00:00 2001 From: Tiziano Zito Date: Mon, 19 Aug 2024 15:38:36 +0200 Subject: [PATCH] add quote by Lars Wirzenius --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 17ccaa6..1978ffe 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,14 @@ - You'll have to type that password many many times this week: choose wisely! - We will use the [exercise](exercise.md) in the repo for the rest of the lecture +## A cautionary quote + +> My first instinct is to sell all my computers, fake my own death, move to another planet, and reinvent computing from scratch, rather than try to understand Git. +> +> I rarely actually do that, mind you. But the urge is there. + +— Lars Wirzenius (Linux kernel developer) + ## Warm-Up - how to start a repo from scratch? - `git init` local method