From d296ff318a513f0942dc280a284975cc547b05e9 Mon Sep 17 00:00:00 2001 From: DiamondpiNn <68967060+diamondpinn@users.noreply.github.com> Date: Sat, 1 Jun 2024 22:46:35 +0100 Subject: [PATCH 1/2] Create mylearning.md --- mylearning.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 mylearning.md diff --git a/mylearning.md b/mylearning.md new file mode 100644 index 0000000..668e7d6 --- /dev/null +++ b/mylearning.md @@ -0,0 +1,32 @@ +# This is me documenting my Learning Journey + +## What have I learned so far? + +During this course I have learned a great deal about Git and GitHub. Some things which I have learned include: + +1. **Version Control Basics**: Understanding how to track changes in code over time and the importance of version control for a budding developer. +2. **Branching**: Creating and managing branches to work on features independently.This will come in handy when I want to make changes to my code without affecting the main branch. +3. **Pull Requests**: How to review and merge code changes efficiently. +4. **Markdown Syntax**: Writing clear and structured documentation. I think this will be quite fun to use. + +## What I'm Still Confused About + +I would not really say that I am confused but I think getting familiar with the terms and how to use the codes will definitely require a lot of practice but I maintain that I am equal to the task. + +## Experimenting with Markdown Styles + +Here are some different Markdown styles I've experimented with: + +### Bold and Italics + +- **Bold text** for emphasis +- *Italic text* for highlighting + +### Lists + +- Unordered list item + - Nested item +- Another item + +1. Ordered list item +2. Second item From c73d16281f649cd8e45986dc018e269fe92d0c11 Mon Sep 17 00:00:00 2001 From: DiamondpiNn <68967060+diamondpinn@users.noreply.github.com> Date: Sat, 1 Jun 2024 23:25:06 +0100 Subject: [PATCH 2/2] Update mylearning.md --- mylearning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mylearning.md b/mylearning.md index 668e7d6..dcc9f84 100644 --- a/mylearning.md +++ b/mylearning.md @@ -9,7 +9,7 @@ During this course I have learned a great deal about Git and GitHub. Some things 3. **Pull Requests**: How to review and merge code changes efficiently. 4. **Markdown Syntax**: Writing clear and structured documentation. I think this will be quite fun to use. -## What I'm Still Confused About +## What I'm Still Confused About. I would not really say that I am confused but I think getting familiar with the terms and how to use the codes will definitely require a lot of practice but I maintain that I am equal to the task.