This commit is contained in:
Angelos Chalaris
2018-08-17 10:48:27 +03:00
parent 84dd5abc2b
commit 4a9a15e08a

4
glossary/Git.md Normal file
View File

@ -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.