From 6c23ee1c04b5f35dcf8a466b7f0a98126e0c3ff7 Mon Sep 17 00:00:00 2001 From: fatima Date: Tue, 17 Feb 2026 13:22:30 +0300 Subject: [PATCH 01/17] adds example.md to demonstrate the git process --- example.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 example.md diff --git a/example.md b/example.md new file mode 100644 index 000000000..a301beaea --- /dev/null +++ b/example.md @@ -0,0 +1 @@ +This is content From 5b9419e35764306a287fefdec67f18d1f7cd9c5c Mon Sep 17 00:00:00 2001 From: Fatima Alfurais <177736811+fatima448@users.noreply.github.com> Date: Tue, 17 Feb 2026 13:25:53 +0300 Subject: [PATCH 02/17] Add initial content to example02.md --- example02.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 example02.md diff --git a/example02.md b/example02.md new file mode 100644 index 000000000..9ce617009 --- /dev/null +++ b/example02.md @@ -0,0 +1 @@ +this is some text From 16307f245069cb05f90f237e7ec34cee7657e05b Mon Sep 17 00:00:00 2001 From: fatima Date: Tue, 17 Feb 2026 14:32:02 +0300 Subject: [PATCH 03/17] Adds extra line toshow how git tracks changes --- example.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/example.md b/example.md index a301beaea..20faf613b 100644 --- a/example.md +++ b/example.md @@ -1 +1,3 @@ This is content + +this is an extra line From 3a9d219ef81d858db44798120f5a5a622801cfb3 Mon Sep 17 00:00:00 2001 From: fatima Date: Tue, 17 Feb 2026 14:35:31 +0300 Subject: [PATCH 04/17] add more lines --- example.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/example.md b/example.md index 20faf613b..5614a9586 100644 --- a/example.md +++ b/example.md @@ -1,3 +1,5 @@ This is content this is an extra line + +and another small change From dbdd3f2b788ec3451062b42cf6249b78935006ed Mon Sep 17 00:00:00 2001 From: fatima Date: Tue, 17 Feb 2026 14:36:43 +0300 Subject: [PATCH 05/17] delete a file --- example02.md | 1 - 1 file changed, 1 deletion(-) delete mode 100644 example02.md diff --git a/example02.md b/example02.md deleted file mode 100644 index 9ce617009..000000000 --- a/example02.md +++ /dev/null @@ -1 +0,0 @@ -this is some text From 38849e1e2bce7595604ed44bf1ea58030a113b8f Mon Sep 17 00:00:00 2001 From: fatima Date: Tue, 17 Feb 2026 14:39:08 +0300 Subject: [PATCH 06/17] change the name --- example.md => newname.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename example.md => newname.md (100%) diff --git a/example.md b/newname.md similarity index 100% rename from example.md rename to newname.md From 765f4da653e57b11a3f70eabb2fe1341c9656f3d Mon Sep 17 00:00:00 2001 From: fatima Date: Tue, 17 Feb 2026 14:41:27 +0300 Subject: [PATCH 07/17] change the name using git --- newname.md => newStatus.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename newname.md => newStatus.md (100%) diff --git a/newname.md b/newStatus.md similarity index 100% rename from newname.md rename to newStatus.md From 9b5fbc3b72093564bf8861e97d4ac194ddfa39c3 Mon Sep 17 00:00:00 2001 From: fatima Date: Tue, 17 Feb 2026 14:47:43 +0300 Subject: [PATCH 08/17] move file to the new folder --- newStatus.md => first_folder/newStatus.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename newStatus.md => first_folder/newStatus.md (100%) diff --git a/newStatus.md b/first_folder/newStatus.md similarity index 100% rename from newStatus.md rename to first_folder/newStatus.md From e08eaa4c58869f7ca67346ab422512b1d1fd188d Mon Sep 17 00:00:00 2001 From: fatima Date: Tue, 17 Feb 2026 14:49:04 +0300 Subject: [PATCH 09/17] add second folder --- second_folder/.gitkeep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 second_folder/.gitkeep diff --git a/second_folder/.gitkeep b/second_folder/.gitkeep new file mode 100644 index 000000000..e69de29bb From 3d5ed2090061853ec2cdefaba43a6f0ec33fe086 Mon Sep 17 00:00:00 2001 From: fatima Date: Tue, 17 Feb 2026 15:10:54 +0300 Subject: [PATCH 10/17] Revert "Adds extra line toshow how git tracks changes" This reverts commit 16307f245069cb05f90f237e7ec34cee7657e05b. --- first_folder/newStatus.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/first_folder/newStatus.md b/first_folder/newStatus.md index 5614a9586..20faf613b 100644 --- a/first_folder/newStatus.md +++ b/first_folder/newStatus.md @@ -1,5 +1,3 @@ This is content this is an extra line - -and another small change From 5ae71212dda12fe3dce8eb095544e494ecae5147 Mon Sep 17 00:00:00 2001 From: fatima Date: Tue, 17 Feb 2026 15:14:54 +0300 Subject: [PATCH 11/17] add new file --- problem.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 problem.md diff --git a/problem.md b/problem.md new file mode 100644 index 000000000..e6d366723 --- /dev/null +++ b/problem.md @@ -0,0 +1,3 @@ +probelm and sloution + +another line here \ No newline at end of file From 2386b515d3c236af6cee20cfb8175c28f1562654 Mon Sep 17 00:00:00 2001 From: fatima Date: Tue, 17 Feb 2026 15:16:04 +0300 Subject: [PATCH 12/17] move the new file to the second folder --- problem.md => second_folder/problem.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename problem.md => second_folder/problem.md (100%) diff --git a/problem.md b/second_folder/problem.md similarity index 100% rename from problem.md rename to second_folder/problem.md From ca51a2d503939f5a79259d7650a9c4d113163127 Mon Sep 17 00:00:00 2001 From: fatima Date: Tue, 17 Feb 2026 15:41:17 +0300 Subject: [PATCH 13/17] modifications --- .gitignore | 1 + .vscode/settings.json | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4b64bc3c5..8724a1c03 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ node_modules .tmp npm-debug.log +log01.log \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index 085cbeabc..14851ab5b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -20,7 +20,7 @@ "workbench.colorTheme": "Visual Studio Dark", "workbench.fontAliasing": "antialiased", "workbench.statusBar.visible": true, - // "files.exclude": { - // "**/.git": false - // } + "files.exclude": { + "**/.git": false + } } \ No newline at end of file From ff8484b7e24bb076564d78320a07d3b8b19b8236 Mon Sep 17 00:00:00 2001 From: fatima Date: Tue, 17 Feb 2026 15:44:05 +0300 Subject: [PATCH 14/17] creatrs log file --- .gitignore | 1 - logs/log1.log | 0 logs/log2.log | 0 second_folder/log01.log | 0 4 files changed, 1 deletion(-) create mode 100644 logs/log1.log create mode 100644 logs/log2.log create mode 100644 second_folder/log01.log diff --git a/.gitignore b/.gitignore index 8724a1c03..4b64bc3c5 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,3 @@ node_modules .tmp npm-debug.log -log01.log \ No newline at end of file diff --git a/logs/log1.log b/logs/log1.log new file mode 100644 index 000000000..e69de29bb diff --git a/logs/log2.log b/logs/log2.log new file mode 100644 index 000000000..e69de29bb diff --git a/second_folder/log01.log b/second_folder/log01.log new file mode 100644 index 000000000..e69de29bb From c55bcdd18ec8130bb880d88c023cb7fb40cd3766 Mon Sep 17 00:00:00 2001 From: fatima Date: Wed, 18 Feb 2026 20:13:06 +0300 Subject: [PATCH 15/17] another change --- first_folder/newStatus.md | 1 + 1 file changed, 1 insertion(+) diff --git a/first_folder/newStatus.md b/first_folder/newStatus.md index 20faf613b..34bb6c118 100644 --- a/first_folder/newStatus.md +++ b/first_folder/newStatus.md @@ -1,3 +1,4 @@ This is content this is an extra line +hiii!!! From 5c5b5dd54ef613827d35c85dbefe5e47fc565512 Mon Sep 17 00:00:00 2001 From: fatima Date: Wed, 18 Feb 2026 20:15:32 +0300 Subject: [PATCH 16/17] add hello line --- first_folder/newStatus.md | 1 + 1 file changed, 1 insertion(+) diff --git a/first_folder/newStatus.md b/first_folder/newStatus.md index 34bb6c118..9afb9e1dd 100644 --- a/first_folder/newStatus.md +++ b/first_folder/newStatus.md @@ -2,3 +2,4 @@ This is content this is an extra line hiii!!! +hello From 46b1736ff59185fcf80fe05caa040cdc0c9cf217 Mon Sep 17 00:00:00 2001 From: fatima Date: Wed, 18 Feb 2026 20:26:15 +0300 Subject: [PATCH 17/17] add file --- first_folder/joke.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 first_folder/joke.md diff --git a/first_folder/joke.md b/first_folder/joke.md new file mode 100644 index 000000000..3b108bdac --- /dev/null +++ b/first_folder/joke.md @@ -0,0 +1 @@ +joke file was added