diff --git a/glossary.md b/glossary.md index da48f26..5f01f5d 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