From 6364fa573d8a5fe23a63d0bbc46e4ab90910d04c Mon Sep 17 00:00:00 2001 From: Antonio Daiute Date: Tue, 21 Jan 2025 12:42:03 -0500 Subject: [PATCH 1/2] Update glossary.md --- glossary.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/glossary.md b/glossary.md index da48f26..627d30e 100644 --- a/glossary.md +++ b/glossary.md @@ -23,6 +23,11 @@ Write a paragraph explaining the term below, including 2-3 relevent links to mor ## Git +Git is a free, open-source version control system (VCS) that tracks changes to code files and projects. It's used by developers to collaborate on projects, maintain code quality, and solve problems. Git is used to track changes in the source code, enabling multiple developers to work together on non-linear development. +Sources: +[Simplilearn](https://www.simplilearn.com/tutorials/git-tutorial/what-is-git#:~:text=What%20is%20Git%3F&text=Git%20is%20a%20DevOps%20tool,together%20on%20non-linear%20development.) +[git-scm](https://git-scm.com) +[How to use it](https://product.hubspot.com/blog/git-and-github-tutorial-for-beginners) ## Content Management System From ced420abc4c36e2fe7f62133364b77eca3701204 Mon Sep 17 00:00:00 2001 From: Antonio Daiute Date: Tue, 21 Jan 2025 12:45:24 -0500 Subject: [PATCH 2/2] Update glossary.md --- glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary.md b/glossary.md index 627d30e..5f01f5d 100644 --- a/glossary.md +++ b/glossary.md @@ -23,7 +23,7 @@ Write a paragraph explaining the term below, including 2-3 relevent links to mor ## Git -Git is a free, open-source version control system (VCS) that tracks changes to code files and projects. It's used by developers to collaborate on projects, maintain code quality, and solve problems. Git is used to track changes in the source code, enabling multiple developers to work together on non-linear development. +Git is a free, open-source version control system (VCS) that tracks changes to code files and projects. It's used by developers to collaborate on projects, maintain code quality, and solve problems. Git is used to track changes in the source code, enabling multiple developers to work together on non-linear development. Sources: [Simplilearn](https://www.simplilearn.com/tutorials/git-tutorial/what-is-git#:~:text=What%20is%20Git%3F&text=Git%20is%20a%20DevOps%20tool,together%20on%20non-linear%20development.) [git-scm](https://git-scm.com)