From dcd6432cc222bf5de4148ad2e440248b4f01e835 Mon Sep 17 00:00:00 2001 From: Dinindu Senanayake Date: Thu, 6 Nov 2025 17:11:57 +0000 Subject: [PATCH 1/3] restructure quiz page --- .DS_Store | Bin 6148 -> 6148 bytes docs/3.setting_up_git.md | 3 --- docs/git_quiz.md | 37 +++++++++++++++++++++++++++++++++++++ 3 files changed, 37 insertions(+), 3 deletions(-) create mode 100644 docs/git_quiz.md diff --git a/.DS_Store b/.DS_Store index c0afa105f30f45557d3d728ae1745e69fb50def8..fbddce8d07e1521e61079982e6ef2b278e2de161 100644 GIT binary patch delta 166 zcmZoMXfc=|#>B)qu~2NHo}wrV0|Nsi1A_nqLkUB1Qh9MfQcix-W=5vvjItmpHikro zVjxUKmIjLNo~*)H$SYl4t!rpxp`&1EY+*EcA)^dq@8o@q^0IyCI?IBK@^bR?(m|GO k=3(Su-OSFx&jEA=(5COqlles~Ie?A;A_j)d0U}$N0dy`T?*IS* delta 84 zcmZoMXfc=|#>B`mu~2NHo}wrd0|Nsi1A_oVQh9MfQcivnkiTnU;qu7_A}pJkm|0mj kv3zFS%+A5j0o1ekBlCCW$^0Ug96(hdZA_a3M7A&k09Cvbi~s-t diff --git a/docs/3.setting_up_git.md b/docs/3.setting_up_git.md index 9751e57..de48515 100644 --- a/docs/3.setting_up_git.md +++ b/docs/3.setting_up_git.md @@ -39,6 +39,3 @@ On a command line, Git commands are written as `git verb options`, where `verb` $ git config --help ``` - - - \ No newline at end of file diff --git a/docs/git_quiz.md b/docs/git_quiz.md new file mode 100644 index 0000000..c0b1138 --- /dev/null +++ b/docs/git_quiz.md @@ -0,0 +1,37 @@ + + + + +
+ +
+ +
+ +
\ No newline at end of file From aa1d3ea459ef1e9faad6ea179ca34ac7a9089f44 Mon Sep 17 00:00:00 2001 From: Dinindu Senanayake Date: Fri, 7 Nov 2025 10:30:21 +0000 Subject: [PATCH 2/3] add a note on default branch --- docs/3.setting_up_git.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/3.setting_up_git.md b/docs/3.setting_up_git.md index de48515..39c4485 100644 --- a/docs/3.setting_up_git.md +++ b/docs/3.setting_up_git.md @@ -39,3 +39,5 @@ On a command line, Git commands are written as `git verb options`, where `verb` $ git config --help ``` +!!! Configuring Default Branch name to `main` ( not needed for MacOS) + \ No newline at end of file From 3bc9a23c60e2182797bfb578717bff7bb883169d Mon Sep 17 00:00:00 2001 From: Dinindu Senanayake Date: Mon, 10 Nov 2025 14:56:01 +0000 Subject: [PATCH 3/3] update release date to Nov 20th --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index ca4f287..1b63706 100644 --- a/docs/index.md +++ b/docs/index.md @@ -9,7 +9,7 @@ 🚧 Work in Progress

-

This repository is under active development.
Expected completion: 12th of November 2025

+

This repository is under active development.
Expected completion: 20th of November 2025