diff --git a/glossary/Git.md b/glossary/Git.md new file mode 100644 index 000000000..6f9e88a12 --- /dev/null +++ b/glossary/Git.md @@ -0,0 +1,4 @@ +### Git + +Git is an open-source version control system, used for source code management. +Git allows users to clone and edit repositories on their local machines, without having to change the master repository.