What is the Git File System ?

About

git has a file system application feature.

How is the Git File System implemented ?

The whole git file system is stored in the object database where:

From this two objects, you can rebuild a file system tree with the content.

Git File System





Discover More
Git - File (Blob)

File management in Git (blob and not directory) blob object on the local file system or not (ie in the git file system database) See and short status A file (or blob) identifier is the...
Git - Objects (Database)

An object is the value in the entry of the git database key-value. All entities in git are objects. Objects are the entity of the Git file system. On the operating file system, the objects are stored...
Undraw File Manager Re Ms29
What is a File System (filesystem)?

A file system (often also written as filesystem) is an application that stores and organizes files and their data (content). Essentially, it organizes these files for storage, organization, manipulation,...



Share this page:
Follow us:
Task Runner