Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (8 loc) · 348 Bytes

1_what_is_git.md

File metadata and controls

15 lines (8 loc) · 348 Bytes

What is Git

  • Decentralized open-source version control system

  • Tracks who made what change when!

  • It manages changes to a project without overwriting any part of that project

  • No complicated server setup to use

  • Allows teams of people to work together, using the same files/data.


Next: Components of Git