Files
30-seconds-of-code/glossary/Git.md
Angelos Chalaris 4a9a15e08a Add git
2018-08-17 10:48:27 +03:00

209 B

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.