Getting Started with Git
What is Git?
Snapshots, Not Differences🗄
The major difference between Git and any other VCS is that Git stores snapshots, while other system store file differences.
Most other versioning systems store data as changes to a base version of each file. ...
waqar.org4 min read