Update Git.md

This commit is contained in:
Angelos Chalaris
2018-08-19 22:50:12 +03:00
committed by GitHub
parent 2b096853b1
commit 69ace55814

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