diff --git a/README.md b/README.md index cc17352..992f22f 100644 --- a/README.md +++ b/README.md @@ -116,4 +116,5 @@ Pull requests on interesting tools/projects/resources are welcome. *Git is designed for source control management. but people extend the idea and push version control to everywhere* * [Git Large File Storage](https://git-lfs.github.com/) - practical solution for versioning large files. supported by GitHub +* [Git Virtual File System or GVFS](https://github.com/Microsoft/GVFS) - solution for managing very large Git repository while maintaining speed and efficiency of most operations. in developement by Microsoft. * [git-annex](https://git-annex.branchable.com/) - allow managing large binaries among machines, as if operation a normal git repository. possible to creates a synchronised folder with [git-annex assistant](https://git-annex.branchable.com/assistant/).