Update Git.md

This commit is contained in:
Angelos Chalaris
2018-08-19 22:50:12 +03:00
committed by GitHub
parent d1e1e61e09
commit 12b125200f

View File

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