From a63ae560b2d3bc9be887932946bef7fa9596956e Mon Sep 17 00:00:00 2001 From: Aarya Kulkarni Date: Thu, 23 Jul 2026 17:08:05 +0530 Subject: [PATCH 1/2] Create README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..1e1edab3 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# github-chapter-2-sandbox +My sandbox repo for practicing Git and GitHub, forked from Codédex's Chapter 2 course. From b84d555c96aa4f9169bd6bb75692e293f12145a7 Mon Sep 17 00:00:00 2001 From: AaryaK03 <95917956+AaryaK03@users.noreply.github.com> Date: Thu, 23 Jul 2026 17:08:07 +0530 Subject: [PATCH 2/2] Update README with progress log --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e1edab3..ab916bdc 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ -# github-chapter-2-sandbox -My sandbox repo for practicing Git and GitHub, forked from Codédex's Chapter 2 course. +# github-chapter-2-sandbox 🚀 + +My sandbox repo for practicing Git and GitHub, forked from Codédex's Chapter 2 course. 🐙 + +## Progress Log 📅 + +- **2026-07-23** — Learned how to fork, clone, branch, merge, and push changes. Practicing pull requests next! ✅✨🎉