From 8d5abaf8a8de8b89d004b45e9cd1235066c9de19 Mon Sep 17 00:00:00 2001 From: Tony Parrish <69202176+tsparrish@users.noreply.github.com> Date: Thu, 5 Feb 2026 20:31:35 +0000 Subject: [PATCH 01/30] adds Example.md to demonsstrate 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..954517c86 --- /dev/null +++ b/Example.md @@ -0,0 +1 @@ +This is content \ No newline at end of file From 0d1848492d7bede57b1ac47c58068621767417d1 Mon Sep 17 00:00:00 2001 From: Tony Parrish <69202176+tsparrish@users.noreply.github.com> Date: Thu, 5 Feb 2026 15:38:55 -0500 Subject: [PATCH 02/30] Create 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..a46c98ae9 --- /dev/null +++ b/Example02.md @@ -0,0 +1 @@ +This is some text From 0c8d47dc2233033e25286dd5bb8de3e2bb67ae91 Mon Sep 17 00:00:00 2001 From: Tony Parrish <69202176+tsparrish@users.noreply.github.com> Date: Fri, 6 Feb 2026 02:08:54 +0000 Subject: [PATCH 03/30] Adding Challenge01.md as a challenge --- Challenge01.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 Challenge01.md diff --git a/Challenge01.md b/Challenge01.md new file mode 100644 index 000000000..ac222a479 --- /dev/null +++ b/Challenge01.md @@ -0,0 +1 @@ +I am ready for this challenge! \ No newline at end of file From e0c87c9d84579160606ebcf27994482ce46446b5 Mon Sep 17 00:00:00 2001 From: Tony Parrish <69202176+tsparrish@users.noreply.github.com> Date: Fri, 6 Feb 2026 02:34:11 +0000 Subject: [PATCH 04/30] adding gitStatusDemo.md to demonstrate git status --- gitStatusDemo.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 gitStatusDemo.md diff --git a/gitStatusDemo.md b/gitStatusDemo.md new file mode 100644 index 000000000..0519ecba6 --- /dev/null +++ b/gitStatusDemo.md @@ -0,0 +1 @@ + \ No newline at end of file From e198d31bc92600fa2428d05d0d3fbcfcdeb3f39b Mon Sep 17 00:00:00 2001 From: Tony Parrish Date: Fri, 6 Feb 2026 17:02:06 -0500 Subject: [PATCH 05/30] Adding Challenge01.md as a challenge --- Challenge01.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 Challenge01.md diff --git a/Challenge01.md b/Challenge01.md new file mode 100644 index 000000000..ac222a479 --- /dev/null +++ b/Challenge01.md @@ -0,0 +1 @@ +I am ready for this challenge! \ No newline at end of file From eb27953c2524925563a3481814a29b3dfcf23a87 Mon Sep 17 00:00:00 2001 From: Tony Parrish Date: Mon, 9 Feb 2026 22:16:29 -0500 Subject: [PATCH 06/30] Adds an extra line to show how git tracks changes --- Example.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Example.md b/Example.md index 954517c86..a5580a395 100644 --- a/Example.md +++ b/Example.md @@ -1 +1,3 @@ -This is content \ No newline at end of file +This is content + +This is an extra line \ No newline at end of file From 652615c0d922784747d25524816c6e9eceec8598 Mon Sep 17 00:00:00 2001 From: Tony Parrish Date: Mon, 9 Feb 2026 22:39:30 -0500 Subject: [PATCH 07/30] adds extra lines to demonstrate git diff --- Example.md | 4 +++- Example02.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Example.md b/Example.md index a5580a395..fcb071a0d 100644 --- a/Example.md +++ b/Example.md @@ -1,3 +1,5 @@ This is content -This is an extra line \ No newline at end of file +This is an extra line + +Add another small change \ No newline at end of file diff --git a/Example02.md b/Example02.md index a46c98ae9..2af04f5bd 100644 --- a/Example02.md +++ b/Example02.md @@ -1 +1 @@ -This is some text +This is some text! From 20a0be42b3da76792f5b3db1859c25276cad0b5f Mon Sep 17 00:00:00 2001 From: Tony Date: Tue, 10 Feb 2026 11:12:43 -0500 Subject: [PATCH 08/30] Removes Example02.md --- 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 2af04f5bd..000000000 --- a/Example02.md +++ /dev/null @@ -1 +0,0 @@ -This is some text! From a6d94565706bfd05b22d41d238cccee92fcc76ad Mon Sep 17 00:00:00 2001 From: Tony Date: Tue, 10 Feb 2026 13:25:46 -0500 Subject: [PATCH 09/30] renames Example.md to NewName.md --- 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 5b1aa462b2cf140a92fdf1b838dc356843aeae7c Mon Sep 17 00:00:00 2001 From: Tony Date: Tue, 10 Feb 2026 13:31:53 -0500 Subject: [PATCH 10/30] renames gitStatus.md to newStatus.md --- gitStatusDemo.md => newStatus.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename gitStatusDemo.md => newStatus.md (100%) diff --git a/gitStatusDemo.md b/newStatus.md similarity index 100% rename from gitStatusDemo.md rename to newStatus.md From fec201f26696de28c815fc755dab5dc91458059a Mon Sep 17 00:00:00 2001 From: Tony Date: Tue, 10 Feb 2026 14:04:30 -0500 Subject: [PATCH 11/30] moves newname.md to First_Folder --- NewName.md => First_Folder/NewName.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename NewName.md => First_Folder/NewName.md (100%) diff --git a/NewName.md b/First_Folder/NewName.md similarity index 100% rename from NewName.md rename to First_Folder/NewName.md From 76f91bf07164205b906221382b7e2852e73a7236 Mon Sep 17 00:00:00 2001 From: Tony Date: Tue, 10 Feb 2026 14:17:33 -0500 Subject: [PATCH 12/30] Adds 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 41883e678d13a6f5fe2cf88703991b35523483fb Mon Sep 17 00:00:00 2001 From: Tony Parrish Date: Wed, 11 Feb 2026 22:37:08 -0500 Subject: [PATCH 13/30] fixe Example02.md file --- Example02.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Example02.md diff --git a/Example02.md b/Example02.md new file mode 100644 index 000000000..ec8af8cd9 --- /dev/null +++ b/Example02.md @@ -0,0 +1,2 @@ +This is some text! + From df9643995e15d5003efb2430ed658ea6005bdeac Mon Sep 17 00:00:00 2001 From: Tony Parrish Date: Thu, 12 Feb 2026 00:00:33 -0500 Subject: [PATCH 14/30] adding gitStatusDemo.md to demonstrate git status --- newStatus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newStatus.md b/newStatus.md index 0519ecba6..ce1c0d1a5 100644 --- a/newStatus.md +++ b/newStatus.md @@ -1 +1 @@ - \ No newline at end of file + This is line! \ No newline at end of file From 131cc797b21da2b9547a877c8d0afbba076c212b Mon Sep 17 00:00:00 2001 From: Tony Parrish Date: Thu, 12 Feb 2026 00:02:16 -0500 Subject: [PATCH 15/30] adding gitStatusDemo.md to demonstrate git status --- newStatus.md | 1 - 1 file changed, 1 deletion(-) delete mode 100644 newStatus.md diff --git a/newStatus.md b/newStatus.md deleted file mode 100644 index ce1c0d1a5..000000000 --- a/newStatus.md +++ /dev/null @@ -1 +0,0 @@ - This is line! \ No newline at end of file From 24bc7da5af1d6346cfa8e3f8772bfd1480a5c654 Mon Sep 17 00:00:00 2001 From: Tony Parrish Date: Thu, 12 Feb 2026 00:03:57 -0500 Subject: [PATCH 16/30] adding gitStatusDemo.md to demonstrate git status --- newStatus.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 newStatus.md diff --git a/newStatus.md b/newStatus.md new file mode 100644 index 000000000..07b6c3355 --- /dev/null +++ b/newStatus.md @@ -0,0 +1 @@ +This is a line \ No newline at end of file From 7b8d8726e9f7c3653ef3f63c1dd20a340e626b8e Mon Sep 17 00:00:00 2001 From: Tony Parrish Date: Thu, 12 Feb 2026 00:06:30 -0500 Subject: [PATCH 17/30] adding gitStatusDemo.md to demonstrate git status --- newStatus.md => gitStatusDemo.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename newStatus.md => gitStatusDemo.md (100%) diff --git a/newStatus.md b/gitStatusDemo.md similarity index 100% rename from newStatus.md rename to gitStatusDemo.md From 291d65a94c346b3c8c07ca8847423163d9ac6d73 Mon Sep 17 00:00:00 2001 From: Tony Parrish Date: Thu, 12 Feb 2026 00:22:14 -0500 Subject: [PATCH 18/30] adding newName.md --- newName.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 newName.md diff --git a/newName.md b/newName.md new file mode 100644 index 000000000..e69de29bb From dab2a899de08db84be7db09fb1fb0660cfa26142 Mon Sep 17 00:00:00 2001 From: Tony Parrish Date: Thu, 12 Feb 2026 00:25:10 -0500 Subject: [PATCH 19/30] adding content to newName.md --- newName.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/newName.md b/newName.md index e69de29bb..68b9f6711 100644 --- a/newName.md +++ b/newName.md @@ -0,0 +1,5 @@ +This is content + +This is an extra line + +And another small change \ No newline at end of file From 8791313f601c0a788d2b26c236ac1fd9857e601a Mon Sep 17 00:00:00 2001 From: Tony Parrish Date: Thu, 12 Feb 2026 00:43:44 -0500 Subject: [PATCH 20/30] Add changes to demonstrate the VSCode --- gitStatusDemo.md | 2 +- newName.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/gitStatusDemo.md b/gitStatusDemo.md index 07b6c3355..e25f25558 100644 --- a/gitStatusDemo.md +++ b/gitStatusDemo.md @@ -1 +1 @@ -This is a line \ No newline at end of file +This is a new line \ No newline at end of file diff --git a/newName.md b/newName.md index 68b9f6711..cdbc722fe 100644 --- a/newName.md +++ b/newName.md @@ -2,4 +2,3 @@ This is content This is an extra line -And another small change \ No newline at end of file From a6928483706f9ee601fb29a7d31e0d0bff3339e3 Mon Sep 17 00:00:00 2001 From: Tony Parrish Date: Sun, 15 Feb 2026 13:48:40 -0500 Subject: [PATCH 21/30] creates important_File.md --- important_file.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 important_file.md diff --git a/important_file.md b/important_file.md new file mode 100644 index 000000000..7708231a8 --- /dev/null +++ b/important_file.md @@ -0,0 +1 @@ +This is an important file \ No newline at end of file From 0dfa41b131d78097e2e61cf411718cc38dd24a3c Mon Sep 17 00:00:00 2001 From: Tony Parrish Date: Sun, 15 Feb 2026 13:51:57 -0500 Subject: [PATCH 22/30] adds extra line to important_File.md --- important_file.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/important_file.md b/important_file.md index 7708231a8..0ebe8c63f 100644 --- a/important_file.md +++ b/important_file.md @@ -1 +1,3 @@ -This is an important file \ No newline at end of file +This is an important file + +This is an important update \ No newline at end of file From f299dda7885a96d53c33017f744f8003ed8be85f Mon Sep 17 00:00:00 2001 From: Tony Parrish Date: Sun, 15 Feb 2026 13:58:53 -0500 Subject: [PATCH 23/30] Moved important_File.md to Important_Folder --- important_file.md => Important_Folder/important_File.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename important_file.md => Important_Folder/important_File.md (100%) diff --git a/important_file.md b/Important_Folder/important_File.md similarity index 100% rename from important_file.md rename to Important_Folder/important_File.md From 73bf12d4e60e1c2877cf985ab8f6adc550c41d8e Mon Sep 17 00:00:00 2001 From: Tony Parrish Date: Sun, 15 Feb 2026 14:14:24 -0500 Subject: [PATCH 24/30] Revert "Moved important_File.md to Important_Folder" This reverts commit f299dda7885a96d53c33017f744f8003ed8be85f. --- Important_Folder/important_File.md => important_file.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Important_Folder/important_File.md => important_file.md (100%) diff --git a/Important_Folder/important_File.md b/important_file.md similarity index 100% rename from Important_Folder/important_File.md rename to important_file.md From 2232ee0a5f530d3ecd09d698859148b657fc217e Mon Sep 17 00:00:00 2001 From: Tony Parrish Date: Sun, 15 Feb 2026 14:27:53 -0500 Subject: [PATCH 25/30] Moved important_File.md to Important_Folder --- Important_Folder/important_File.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Important_Folder/important_File.md diff --git a/Important_Folder/important_File.md b/Important_Folder/important_File.md new file mode 100644 index 000000000..0ebe8c63f --- /dev/null +++ b/Important_Folder/important_File.md @@ -0,0 +1,3 @@ +This is an important file + +This is an important update \ No newline at end of file From aeaa4ff9ba4bb6bf92c750602d4c399404f1f7da Mon Sep 17 00:00:00 2001 From: Tony Parrish Date: Sun, 15 Feb 2026 16:32:55 -0500 Subject: [PATCH 26/30] commit .gitignore and .vscode/settings.json --- .gitignore | 4 ++++ .vscode/settings.json | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4b64bc3c5..68c5b5145 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,7 @@ node_modules .tmp npm-debug.log + +log02.log + +Second_Folder/*.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 85baf93ab2b78ab693624d2d099b7d147624a87b Mon Sep 17 00:00:00 2001 From: Tony Parrish Date: Sun, 15 Feb 2026 16:39:44 -0500 Subject: [PATCH 27/30] creates a folder for logs --- logs/log01.log | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 logs/log01.log diff --git a/logs/log01.log b/logs/log01.log new file mode 100644 index 000000000..e69de29bb From 5092d7619837d7e2db9f7d487b6f7c877727b95b Mon Sep 17 00:00:00 2001 From: Tony Parrish Date: Sun, 15 Feb 2026 16:53:29 -0500 Subject: [PATCH 28/30] creates a folder for logs --- .gitignore | 2 +- logs/log02.log | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 logs/log02.log diff --git a/.gitignore b/.gitignore index 68c5b5145..a39de8038 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,6 @@ node_modules .tmp npm-debug.log -log02.log + Second_Folder/*.log \ No newline at end of file diff --git a/logs/log02.log b/logs/log02.log new file mode 100644 index 000000000..e69de29bb From 0910d8e9e810475097bed60bdb835e13db22355c Mon Sep 17 00:00:00 2001 From: Tony Parrish <69202176+tsparrish@users.noreply.github.com> Date: Sun, 15 Feb 2026 22:36:45 -0500 Subject: [PATCH 29/30] Update gitStatusDemo.md --- gitStatusDemo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitStatusDemo.md b/gitStatusDemo.md index e25f25558..e07bb4472 100644 --- a/gitStatusDemo.md +++ b/gitStatusDemo.md @@ -1 +1 @@ -This is a new line \ No newline at end of file +This is a new line, this is a change. From fde30053b6e6f65a305cfdfaed21fdd969c69520 Mon Sep 17 00:00:00 2001 From: Tony Parrish Date: Sun, 15 Feb 2026 23:13:07 -0500 Subject: [PATCH 30/30] adds joke to practice branches --- joke.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 joke.md diff --git a/joke.md b/joke.md new file mode 100644 index 000000000..9031a8436 --- /dev/null +++ b/joke.md @@ -0,0 +1,2 @@ +Why did the Git user brang a saw to work? +To remove a branch! \ No newline at end of file