From 30d2c695c80d041f232481059bd7ff65bd2cc07a Mon Sep 17 00:00:00 2001 From: Matt-into-Tech <145221609+bassguy115@users.noreply.github.com> Date: Wed, 31 Dec 2025 21:56:08 +0000 Subject: [PATCH 01/14] adds example.md to demonstarte 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 1e2267ec3e06b0b601e9a2c0d71751a4e83ed46d Mon Sep 17 00:00:00 2001 From: Matt-into-Tech <145221609+bassguy115@users.noreply.github.com> Date: Wed, 31 Dec 2025 17:01:52 -0500 Subject: [PATCH 02/14] 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..c9c2803a0 --- /dev/null +++ b/Example02.md @@ -0,0 +1 @@ +some example to make a file from the gui From 30a721f7d2cd13d0c44f9f8f60853a944ece9c7c Mon Sep 17 00:00:00 2001 From: Matt-into-Tech <145221609+bassguy115@users.noreply.github.com> Date: Wed, 31 Dec 2025 22:07:49 +0000 Subject: [PATCH 03/14] adding firstpush.md as a challenege --- firstpush.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 firstpush.md diff --git a/firstpush.md b/firstpush.md new file mode 100644 index 000000000..e69de29bb From eb32d8466da8f9a5573d6f965046979ee7b839d3 Mon Sep 17 00:00:00 2001 From: Matt-into-Tech <145221609+bassguy115@users.noreply.github.com> Date: Wed, 31 Dec 2025 22:12:57 +0000 Subject: [PATCH 04/14] adding getStatusDemo.md --- getStatusDemo.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 getStatusDemo.md diff --git a/getStatusDemo.md b/getStatusDemo.md new file mode 100644 index 000000000..e69de29bb From 8d29072bc90007627f5e0d350c51232eef69716d Mon Sep 17 00:00:00 2001 From: Matt-into-Tech <145221609+bassguy115@users.noreply.github.com> Date: Wed, 31 Dec 2025 22:21:57 +0000 Subject: [PATCH 05/14] removes example02.md --- Example.md | 6 ++++++ Example02.md | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) delete mode 100644 Example02.md diff --git a/Example.md b/Example.md index a301beaea..27616e0fa 100644 --- a/Example.md +++ b/Example.md @@ -1 +1,7 @@ This is content + +This is an extra line + +another small change + +asdfasdf \ No newline at end of file diff --git a/Example02.md b/Example02.md deleted file mode 100644 index c9c2803a0..000000000 --- a/Example02.md +++ /dev/null @@ -1 +0,0 @@ -some example to make a file from the gui From 20fa257c855ab92a8132c72d4a97f200cca06e89 Mon Sep 17 00:00:00 2001 From: Matt-into-Tech <145221609+bassguy115@users.noreply.github.com> Date: Wed, 31 Dec 2025 22:28:46 +0000 Subject: [PATCH 06/14] rename getStatusdemo.md to newstatus.md --- Example.md => NewName.md | 0 getStatusDemo.md => newSatus.md | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename Example.md => NewName.md (100%) rename getStatusDemo.md => newSatus.md (100%) diff --git a/Example.md b/NewName.md similarity index 100% rename from Example.md rename to NewName.md diff --git a/getStatusDemo.md b/newSatus.md similarity index 100% rename from getStatusDemo.md rename to newSatus.md From 2761b856976c2490d20cff3df9446a3c10568578 Mon Sep 17 00:00:00 2001 From: Matt-into-Tech <145221609+bassguy115@users.noreply.github.com> Date: Wed, 31 Dec 2025 22:31:47 +0000 Subject: [PATCH 07/14] moved 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 30a3fb408e452a9b1f318b02a86e1f9003bda575 Mon Sep 17 00:00:00 2001 From: Matt-into-Tech <145221609+bassguy115@users.noreply.github.com> Date: Wed, 31 Dec 2025 22:47:54 +0000 Subject: [PATCH 08/14] Revert "rename getStatusdemo.md to newstatus.md" This reverts commit 20fa257c855ab92a8132c72d4a97f200cca06e89. --- Example.md | 7 +++++++ README.md | 2 +- newSatus.md => getStatusDemo.md | 0 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 Example.md rename newSatus.md => getStatusDemo.md (100%) diff --git a/Example.md b/Example.md new file mode 100644 index 000000000..27616e0fa --- /dev/null +++ b/Example.md @@ -0,0 +1,7 @@ +This is content + +This is an extra line + +another small change + +asdfasdf \ No newline at end of file diff --git a/README.md b/README.md index e17c430c1..d0fb5d302 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Git Essential Training +g# Git Essential Training This is the repository for the LinkedIn Learning course Git Essential Training. The full course is available from [LinkedIn Learning][lil-course-url]. ![lil-thumbnail-url] diff --git a/newSatus.md b/getStatusDemo.md similarity index 100% rename from newSatus.md rename to getStatusDemo.md From cd843afb2ad21c43a4f1bb26aed3670c9543b708 Mon Sep 17 00:00:00 2001 From: Matt-into-Tech <145221609+bassguy115@users.noreply.github.com> Date: Wed, 31 Dec 2025 22:50:16 +0000 Subject: [PATCH 09/14] Add changes via VSCode gui --- First_Folder/NewName.md | 1 - getStatusDemo.md | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/First_Folder/NewName.md b/First_Folder/NewName.md index 27616e0fa..45609ab3a 100644 --- a/First_Folder/NewName.md +++ b/First_Folder/NewName.md @@ -4,4 +4,3 @@ This is an extra line another small change -asdfasdf \ No newline at end of file diff --git a/getStatusDemo.md b/getStatusDemo.md index e69de29bb..70aa14375 100644 --- a/getStatusDemo.md +++ b/getStatusDemo.md @@ -0,0 +1 @@ +this is a new line \ No newline at end of file From 21a4af802f41f38685c03fdb9b840e059b90670f Mon Sep 17 00:00:00 2001 From: Matt-into-Tech <145221609+bassguy115@users.noreply.github.com> Date: Wed, 31 Dec 2025 22:58:03 +0000 Subject: [PATCH 10/14] make important file and move it to important folder --- Important_File | 1 + 1 file changed, 1 insertion(+) create mode 100644 Important_File diff --git a/Important_File b/Important_File new file mode 100644 index 000000000..feb2d9625 --- /dev/null +++ b/Important_File @@ -0,0 +1 @@ +this is an important file From ec3d315cb8f0da84addf675b68d69f6417bb3ddb Mon Sep 17 00:00:00 2001 From: Matt-into-Tech <145221609+bassguy115@users.noreply.github.com> Date: Wed, 31 Dec 2025 22:58:36 +0000 Subject: [PATCH 11/14] make important file --- Important_File => important_folder/Important_File | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Important_File => important_folder/Important_File (100%) diff --git a/Important_File b/important_folder/Important_File similarity index 100% rename from Important_File rename to important_folder/Important_File From 3da7907b1408fb8876f3dc54e3c6e50cdd43d834 Mon Sep 17 00:00:00 2001 From: Matt-into-Tech <145221609+bassguy115@users.noreply.github.com> Date: Wed, 31 Dec 2025 23:08:16 +0000 Subject: [PATCH 12/14] Revert "make important file and move it to important folder" This reverts commit 21a4af802f41f38685c03fdb9b840e059b90670f. --- .vscode/settings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 996f359901ad4a38849a08b5562568574fd0e3b9 Mon Sep 17 00:00:00 2001 From: Matt-into-Tech <145221609+bassguy115@users.noreply.github.com> Date: Wed, 31 Dec 2025 23:40:32 +0000 Subject: [PATCH 13/14] made a new branch and a joke.md --- joke.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 joke.md diff --git a/joke.md b/joke.md new file mode 100644 index 000000000..89a3dc286 --- /dev/null +++ b/joke.md @@ -0,0 +1 @@ +good jokes take time \ No newline at end of file From 697d479c921e37c65f276750f30386649077f4ac Mon Sep 17 00:00:00 2001 From: Matt-into-Tech <145221609+bassguy115@users.noreply.github.com> Date: Wed, 31 Dec 2025 23:46:23 +0000 Subject: [PATCH 14/14] added more text to getstatus demo --- getStatusDemo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getStatusDemo.md b/getStatusDemo.md index 70aa14375..536bba98b 100644 --- a/getStatusDemo.md +++ b/getStatusDemo.md @@ -1 +1 @@ -this is a new line \ No newline at end of file +this is a new line, with better changes \ No newline at end of file