How does Git think of Data?
The way Git thinks of data is different from the way many other version control systems think of data. Many version control systems store data as a list of files and changes to the files over a period of time. They are delta based.
Git on the other...
lavanyamohan.hashnode.dev1 min read