From 2406a0ba085a96561c9e351aa17f068b5076f04c Mon Sep 17 00:00:00 2001 From: sana Date: Thu, 15 Jan 2026 13:57:19 +0000 Subject: [PATCH] Add learning reflection --- learning-reflection.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 learning-reflection.md diff --git a/learning-reflection.md b/learning-reflection.md new file mode 100644 index 0000000..aeb8116 --- /dev/null +++ b/learning-reflection.md @@ -0,0 +1,15 @@ +# Learning Reflection + +## What I’ve learned +- How to fork and clone repositories +- How branches work +- How to push changes to my fork + +## What I’m still confused about +- When to rebase vs merge +- Best practices for commit messages + +## Things I experimented with +- SSH authentication +- Pull requests +- Markdown formatting