DEV Community

Calvin
Calvin

Posted on

Reading Snippets [26 => Git]

The major difference between Git and other version control systems is in the way Git thinks about its data.

Other systems think of information that they store as a set of files and changes made to each file over time (delta-based version control). Git thinks about its data as a stream of snapshots.

Source: Git

Top comments (0)