VFS for Git | |
Developer: | Microsoft |
Latest Release Version: | 1.0.20210.1 |
Latest Release Date: | [1] |
Latest Preview Version: | 1.0.20175.6 |
Programming Language: | C++ and C# |
Operating System: | Windows 10 Creators Update and later, macOS |
Genre: | Virtual file system for Git |
License: | MIT License |
Virtual File System for Git (VFS for Git), developed by Microsoft, is an extension to the Git version control system.
VFS for Git is designed to ease the handling of enterprise-scale Git repositories, such as the Microsoft Windows operating system (whose development switched to Git under Microsoft's internal "One Engineering System" initiative). The system exposes a virtual file system that only downloads files to local storage as they are needed.
VFS for Git was originally named Git Virtual File System (GVFS). However due to complaints by the developers of GNOME over confusion with GNOME Virtual File System, Microsoft announced that it would solicit ideas for a new name of the software in June 2018, following its acquisition of GitHub.[2] Its first release[3] under the new name was in August 2018.
In November 2017, GitHub announced that it would support VFS for Git.[4] [5]
VFS for Git has been superseded by Scalar.[6] Scalar was then integrated into the Microsoft Git project.[7] [8]
git sparse-checkout
instead of filesystem virtualization. We then forked the VFS for Git codebase to create Scalar..