Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 236 Bytes

File metadata and controls

2 lines (2 loc) · 236 Bytes

what is git

git is a distributed version control system (DVCS) that stores data in the form of snapshots.each change is a snapshot called commit. this is done to minimize the loss of data since git makes it hard to lose snapshot.