From 428814d07e463ebe9c1ede588e0fcad8a9f9ab05 Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Thu, 7 Mar 2024 22:26:33 +0100 Subject: [PATCH] improve summary --- content/browsing.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/content/browsing.md b/content/browsing.md index 7efebef3..6b49b255 100644 --- a/content/browsing.md +++ b/content/browsing.md @@ -351,6 +351,9 @@ Requests are different for each GitHub copy. ## Summary -Git allowed us to understand this simple project much better than we -could, if it was just a few files on our own computer. It was also -very easy to share with the course. +- Git allowed us to understand this simple project much better than we + could, if it was just a few files on our own computer. +- It was also very easy to share the project with the course. +- By forking the repository, we created our own copy. This is + important for the next episode, where we will make changes to + our copy.