Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.17 KB

index.md

File metadata and controls

28 lines (21 loc) · 1.17 KB

VFS for Git: Virtualized File System for Git

VFS stands for Virtual File System. VFS for Git virtualizes the file system beneath your Git repository so that Git and all tools see what appears to be a regular working directory, but VFS for Git only downloads objects as they are needed. VFS for Git also manages the files that Git will consider, to ensure that Git operations such as status, checkout, etc., can be as quick as possible because they will only consider the files that the user has accessed, not all files in the repository.

Installing

Documentation