From 4a9a15e08a2042adeafe9256fcb72eed3e8734cd Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Fri, 17 Aug 2018 10:48:27 +0300 Subject: [PATCH] Add git --- glossary/Git.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 glossary/Git.md 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.