From 69ace558147415d79d2981bf19c9868737de9709 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Sun, 19 Aug 2018 22:50:12 +0300 Subject: [PATCH] Update Git.md --- glossary/Git.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).