From ac3e1d09e642966e3b68dea06d1e951984eff1dd Mon Sep 17 00:00:00 2001 From: Barbara 4bes <43912004+Ba4bes@users.noreply.github.com> Date: Thu, 3 Apr 2025 20:09:08 +0000 Subject: [PATCH 01/19] update readme for Git Essential training course --- README.md | 26 +++++++------------------- 1 file changed, 7 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 302ee243c..4922efc9d 100644 --- a/README.md +++ b/README.md @@ -1,30 +1,18 @@ # 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]. -_See the readme file in the main branch for updated instructions and information._ -## Instructions -This repository has branches for each of the videos in the course. You can use the branch pop up menu in github to switch to a specific branch and take a look at the course at that stage, or you can add `/tree/BRANCH_NAME` to the URL to go to the branch you want to access. -## Branches -The branches are structured to correspond to the videos in the course. The naming convention is `CHAPTER#_MOVIE#`. As an example, the branch named `02_03` corresponds to the second chapter and the third video in that chapter. -Some branches will have a beginning and an end state. These are marked with the letters `b` for "beginning" and `e` for "end". The `b` branch contains the code as it is at the beginning of the movie. The `e` branch contains the code as it is at the end of the movie. The `main` branch holds the final state of the code when in the course. -When switching from one exercise files branch to the next after making changes to the files, you may get a message like this: +## Instructions +To use this repository, you can create a _fork_. You do so from the GitHub website. The process will be explained in the course. +After you have created a fork, you can use the repository from your own account. - error: Your local changes to the following files would be overwritten by checkout: [files] - Please commit your changes or stash them before you switch branches. - Aborting +## GitHub Codespaces +It is recommended to use GitHub Codespaces to follow along with this course. Explanations on how to use them are provided in the course. -To resolve this issue: - - Add changes to git using this command: git add . - Commit changes using this command: git commit -m "some message" +You can find more information on GitHub Codespaces possibilities and limitations [here](https://docs.github.com/en/codespaces/about-codespaces/what-are-codespaces). -## Installing -1. To use these exercise files, you must have the following installed: - - [list of requirements for course] -2. Clone this repository into your local machine using the terminal (Mac), CMD (Windows), or a GUI tool like SourceTree. -3. [Course-specific instructions] +_Note: You can get up to 60 hours of GitHub Codespaces usage per month for free. Find out more about pricing here [here](https://docs.github.com/en/billing/managing-billing-for-your-products/managing-billing-for-github-codespaces/about-billing-for-github-codespaces)._ [0]: # (Replace these placeholder URLs with actual course URLs) From ae601c052b1d19d857e7aa1bf97df3154c07af94 Mon Sep 17 00:00:00 2001 From: Steven Moser Date: Mon, 5 May 2025 09:08:55 -0700 Subject: [PATCH 02/19] Update README.md --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4922efc9d..e17c430c1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ # 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] +## Course Description + +

If you’ve ever wondered why someone should use Git or how to use it for version control, this is a great course to get started. Join Azure MVP and GitHub Star Barbara Forbes as she guides you through the installation process, the Git workflow, setting up and pushing code into a repo, and committing changes, all with a focus on version control and how Git can help you achieve it. Find out why people use Git. Learn how Git works, locally or through a provider, and how you can get it installed, configured, and running the way you need it to work. Follow the full process of pushing your code with Git, then explore ways to make changes to files. Discover important concepts in Git, like how to ignore files you don’t want to include, how branching and merging can help you with development, what should be in a commit, and how to troubleshoot common errors.

This course is integrated with GitHub Codespaces, an instant cloud developer environment that offers all the functionality of your favorite IDE without the need for any local machine setup. With GitHub Codespaces, you can get hands-on practice from any machine, at any time—all while using a tool that you’ll likely encounter in the workplace. Check out “Using GitHub Codespaces" with this course to learn how to get started.

## Instructions To use this repository, you can create a _fork_. You do so from the GitHub website. The process will be explained in the course. @@ -14,9 +18,18 @@ You can find more information on GitHub Codespaces possibilities and limitations _Note: You can get up to 60 hours of GitHub Codespaces usage per month for free. Find out more about pricing here [here](https://docs.github.com/en/billing/managing-billing-for-your-products/managing-billing-for-github-codespaces/about-billing-for-github-codespaces)._ +### Instructor + +Barbara Forbes + +Azure MVP and GitHub Star + + +Check out my other courses on [LinkedIn Learning](https://www.linkedin.com/learning/instructors/barbara-forbes?u=104). + [0]: # (Replace these placeholder URLs with actual course URLs) -[lil-course-url]: https://www.linkedin.com/learning/ -[lil-thumbnail-url]: http:// +[lil-course-url]: https://www.linkedin.com/learning/git-essential-training-25677984 +[lil-thumbnail-url]: https://media.licdn.com/dms/image/v2/D4D0DAQFtri24YywCRA/learning-public-crop_675_1200/B4DZaSCsxDGwAc-/0/1746206904098?e=2147483647&v=beta&t=kWaRJNyIgQ-qsLPNYMvXiqqQgEhud2WqEhf2m-L3f5M From 4bf5834aec04fb112ebd5ae8e51e8a6795a1640a Mon Sep 17 00:00:00 2001 From: Steven Moser Date: Mon, 5 May 2025 09:09:24 -0700 Subject: [PATCH 03/19] Update NOTICE --- NOTICE | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/NOTICE b/NOTICE index 547595f90..c7aacad74 100644 --- a/NOTICE +++ b/NOTICE @@ -1,11 +1,9 @@ -Copyright 2022 LinkedIn Corporation +Copyright 2025 LinkedIn Corporation All Rights Reserved. Licensed under the LinkedIn Learning Exercise File License (the "License"). See LICENSE in the project root for license information. -ATTRIBUTIONS: -[PLEASE PROVIDE ATTRIBUTIONS OR DELETE THIS AND THE ABOVE LINE “ATTRIBUTIONS”] Please note, this project may automatically load third party code from external repositories (for example, NPM modules, Composer packages, or other dependencies). From 84aedfb291d099d3fcc9708b5cadf5ea50af056e Mon Sep 17 00:00:00 2001 From: amandazeis-duck Date: Thu, 26 Feb 2026 16:56:22 +0000 Subject: [PATCH 04/19] 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 db091c04920be541b00e78a150e880e151cc56d7 Mon Sep 17 00:00:00 2001 From: amandazeis-duck Date: Thu, 26 Feb 2026 19:55:47 +0000 Subject: [PATCH 05/19] Add new test.sql and firstpush.md files. --- firstpush.md | 2 ++ test.sql | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 firstpush.md create mode 100644 test.sql diff --git a/firstpush.md b/firstpush.md new file mode 100644 index 000000000..ec92a2302 --- /dev/null +++ b/firstpush.md @@ -0,0 +1,2 @@ +TEST +This is my first push diff --git a/test.sql b/test.sql new file mode 100644 index 000000000..4bd78e53f --- /dev/null +++ b/test.sql @@ -0,0 +1,4 @@ +Select top * +From Databse +WHERE +and From c1e97349a306af4b1569e1d229fbb22c67ed4064 Mon Sep 17 00:00:00 2001 From: amandazeis-duck Date: Thu, 26 Feb 2026 13:06:00 -0700 Subject: [PATCH 06/19] 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..9eadb7bcf --- /dev/null +++ b/example02.md @@ -0,0 +1 @@ +text to my liking From d154bf58faa0e826e8ce9f9502ef4201a7f37ac3 Mon Sep 17 00:00:00 2001 From: amandazeis-duck Date: Thu, 26 Feb 2026 21:47:44 +0000 Subject: [PATCH 07/19] add an extra line to Example.md. --- .vscode/settings.json | 3 +++ Example.md | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 085cbeabc..5df500539 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -20,6 +20,9 @@ "workbench.colorTheme": "Visual Studio Dark", "workbench.fontAliasing": "antialiased", "workbench.statusBar.visible": true, + "githubPullRequests.ignoredPullRequestBranches": [ + "main" + ], // "files.exclude": { // "**/.git": false // } diff --git a/Example.md b/Example.md index a301beaea..3171ec491 100644 --- a/Example.md +++ b/Example.md @@ -1 +1,2 @@ -This is content +This is content. +This is another line. \ No newline at end of file From 9c096f63c329b7e6681c35ffe7a708de1ab24fed Mon Sep 17 00:00:00 2001 From: amandazeis-duck Date: Thu, 26 Feb 2026 21:58:00 +0000 Subject: [PATCH 08/19] Add an exclamation mark to second line. --- Example.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Example.md b/Example.md index 3171ec491..81fbb4be1 100644 --- a/Example.md +++ b/Example.md @@ -1,2 +1,2 @@ This is content. -This is another line. \ No newline at end of file +This is another line! \ No newline at end of file From 5f04a4e204629ebf38363cf4c18cca8b968333b6 Mon Sep 17 00:00:00 2001 From: amandazeis-duck Date: Thu, 26 Feb 2026 22:00:33 +0000 Subject: [PATCH 09/19] Removed 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 9eadb7bcf..000000000 --- a/example02.md +++ /dev/null @@ -1 +0,0 @@ -text to my liking From ec4a86cd54eef76ac684a0ad72b074361fb9e175 Mon Sep 17 00:00:00 2001 From: amandazeis-duck Date: Thu, 26 Feb 2026 22:05:39 +0000 Subject: [PATCH 10/19] Renamed 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 81d918f7ab5a09c9ecab228ecbc38f6e04998184 Mon Sep 17 00:00:00 2001 From: amandazeis-duck Date: Thu, 26 Feb 2026 22:11:01 +0000 Subject: [PATCH 11/19] moved newname.md to new 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 04229ab20d51b609a84c247236da81553b905d4f Mon Sep 17 00:00:00 2001 From: amandazeis-duck Date: Thu, 26 Feb 2026 22:20:27 +0000 Subject: [PATCH 12/19] added second folder and keep file --- 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 d2aea2c90125ee64475ffbfa3e270e812a0f0a96 Mon Sep 17 00:00:00 2001 From: amandazeis-duck Date: Thu, 26 Feb 2026 22:48:51 +0000 Subject: [PATCH 13/19] Added new line at end of example.md --- Example.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Example.md diff --git a/Example.md b/Example.md new file mode 100644 index 000000000..81fbb4be1 --- /dev/null +++ b/Example.md @@ -0,0 +1,2 @@ +This is content. +This is another line! \ No newline at end of file From 2010045cc9e83187bd619a90cc39d757af8b27aa Mon Sep 17 00:00:00 2001 From: amandazeis-duck Date: Thu, 26 Feb 2026 22:50:00 +0000 Subject: [PATCH 14/19] Revert "moved newname.md to new folder" This reverts commit 81d918f7ab5a09c9ecab228ecbc38f6e04998184. --- First_Folder/newname.md => newname.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename First_Folder/newname.md => newname.md (100%) diff --git a/First_Folder/newname.md b/newname.md similarity index 100% rename from First_Folder/newname.md rename to newname.md From b62eefd631f0a7dc8c9eda7687fa465a5b2ea572 Mon Sep 17 00:00:00 2001 From: amandazeis-duck Date: Thu, 26 Feb 2026 22:55:39 +0000 Subject: [PATCH 15/19] Added a line called making changes to example.md --- Example.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Example.md b/Example.md index 81fbb4be1..caaa630ec 100644 --- a/Example.md +++ b/Example.md @@ -1,2 +1,2 @@ This is content. -This is another line! \ No newline at end of file +This is another line! making changes From aeb0abba4ea5191ee7b0079e87095d95c8b7de7d Mon Sep 17 00:00:00 2001 From: amandazeis-duck Date: Thu, 26 Feb 2026 23:02:50 +0000 Subject: [PATCH 16/19] Added challenge2.md file --- challenge2.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 challenge2.md diff --git a/challenge2.md b/challenge2.md new file mode 100644 index 000000000..e69de29bb From faaa2f85cbc3cf74b60d821b91c42c245327b410 Mon Sep 17 00:00:00 2001 From: amandazeis-duck Date: Thu, 26 Feb 2026 23:04:21 +0000 Subject: [PATCH 17/19] Added a line to challenge2.md file --- Example.md | 2 +- challenge2.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Example.md b/Example.md index caaa630ec..c6c03c3d4 100644 --- a/Example.md +++ b/Example.md @@ -1,2 +1,2 @@ This is content. -This is another line! making changes +This is another line! making changes \ No newline at end of file diff --git a/challenge2.md b/challenge2.md index e69de29bb..028daeaea 100644 --- a/challenge2.md +++ b/challenge2.md @@ -0,0 +1,2 @@ +added a line +added another line \ No newline at end of file From 679a0e585d248b0ba20c9d826dba57e3846fa153 Mon Sep 17 00:00:00 2001 From: amandazeis-duck Date: Thu, 26 Feb 2026 23:06:43 +0000 Subject: [PATCH 18/19] Moved challenge2.md to new Challenge_Folder --- challenge2.md => Challenge_Folder/challenge2.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename challenge2.md => Challenge_Folder/challenge2.md (100%) diff --git a/challenge2.md b/Challenge_Folder/challenge2.md similarity index 100% rename from challenge2.md rename to Challenge_Folder/challenge2.md From 125ad2cbb52a269f2f91619ddd8a9c992800aea9 Mon Sep 17 00:00:00 2001 From: amandazeis-duck Date: Thu, 26 Feb 2026 23:07:39 +0000 Subject: [PATCH 19/19] Revert "Added a line to challenge2.md file" This reverts commit faaa2f85cbc3cf74b60d821b91c42c245327b410. --- Challenge_Folder/challenge2.md | 2 -- Example.md | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Challenge_Folder/challenge2.md b/Challenge_Folder/challenge2.md index 028daeaea..e69de29bb 100644 --- a/Challenge_Folder/challenge2.md +++ b/Challenge_Folder/challenge2.md @@ -1,2 +0,0 @@ -added a line -added another line \ No newline at end of file diff --git a/Example.md b/Example.md index c6c03c3d4..caaa630ec 100644 --- a/Example.md +++ b/Example.md @@ -1,2 +1,2 @@ This is content. -This is another line! making changes \ No newline at end of file +This is another line! making changes