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
Undraw File Manager Re Ms29
File - 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,...
Git - File

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...



Share this page:
Follow us:
Task Runner