diff --git a/glossary/Git.md b/glossary/Git.md index 6f9e88a12..1faf32714 100644 --- a/glossary/Git.md +++ b/glossary/Git.md @@ -1,4 +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. +Git allows users to copy (clone) and edit code on their local machines, before merging it into the main code base (master repository).