From c6d5fcd638f4e56f0a464368104c38072305c44e Mon Sep 17 00:00:00 2001 From: 036332d1e8a8fad18eace193f300e27a <036332d1e8a8fad18eace193f300e27a@app-learninglab.inria.fr> Date: Mon, 9 Jun 2025 16:58:54 +0000 Subject: [PATCH] Add new file --- Module 01 | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 Module 01 diff --git a/Module 01 b/Module 01 new file mode 100644 index 0000000..ce09c29 --- /dev/null +++ b/Module 01 @@ -0,0 +1,39 @@ +# Logbook – Module 1 + +## Info +- **Name:** Begüm Cerrahoglu +- **Module:** 1 – Notes + +--- + +## Exercise 01-1 – GitLab History and Search + +**Date:** June 10, 2025 +I went to “Repository > Commits” on GitLab and looked at my commit history. + + +--- +## Exercise 01-3 – Logbook + +I used this `README.md` file as my logbook. +I wrote down everything I did in this module: + +- I opened GitLab and created/edit files +- I read the Markdown guide and quiz + + ## Exercise 01-2 – Quiz Answers in Markdown + +I answered the quiz directly in this logbook: + +1. What is a text file? +→ b. A file made up (stored as) UTF-8 characters + +2. What is a tag? +→ c. A character, or series of characters, used to structure a document that will be invisible to the final reader. + +3. Markdown is a markup language: +→ a. "Light" + + +- I committed changes from the GitLab web interface +- I didn’t use any Git commands \ No newline at end of file -- 2.18.1