Files
30-seconds-of-code/glossary/Git.md
Angelos Chalaris 12b125200f Update Git.md
2018-08-19 22:50:12 +03:00

223 B

Git

Git is an open-source version control system, used for source code management. Git allows users to copy (clone) and edit code on their local machines, before merging it into the main code base (master repository).