This commit is contained in:
Angelos Chalaris
2018-08-17 10:48:27 +03:00
parent 5aee5a08fe
commit bdcd92af89

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.