Skip to content

Update glossary.md #403

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down