From df43fb32f45050ae40c39993b402a94b1466c531 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Signe=20Kirk=20Br=C3=B8db=C3=A6k?= <40836345+signekb@users.noreply.github.com> Date: Fri, 7 Mar 2025 10:14:31 +0100 Subject: [PATCH] docs(sessions): :memo: add summary section (#72) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Description This PR adds a summary section to the “Working with files” session. Closes #60 This PR needs an in-depth review. ## Checklist - [X] Formatted Markdown - [X] Ran `just run-all` --- sessions/working-with-files.qmd | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/sessions/working-with-files.qmd b/sessions/working-with-files.qmd index 9a4428c..bf389d0 100644 --- a/sessions/working-with-files.qmd +++ b/sessions/working-with-files.qmd @@ -73,7 +73,8 @@ Here are some tips for good naming practices: `.md` stands for [Markdown](https://quarto.org/docs/authoring/markdown-basics.html) and -is a plain text file format (a type of file, like Word's `.docx`) that's designed to be easy to write and read. +is a plain text file format (a type of file, like Word's `.docx`) that's +designed to be easy to write and read. We won't cover how to write Markdown in this workshop. All you need to know is that we use Markdown files here because it is a common format @@ -323,4 +324,11 @@ some of your ideas with your neighbour. ## Summary -- TODO: List of summary items +In this session, we have explored how to work with files on GitHub. In +particular, we have: + +- Added files and folders to a GitHub repository +- Renamed, edited, and moved files in the repository +- Deleted files and folders from the repository +- Explored the history of the repository to see the changes that have + been made