From 745144e65ffd0a336bfa2233acc606e34a4af488 Mon Sep 17 00:00:00 2001 From: Tom Lazar Date: Wed, 21 Jun 2017 14:50:16 -0500 Subject: [PATCH] Update readme with new extension. Added the GVFS from Microsoft to the extensions sections, --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7215727..193cc33 100644 --- a/README.md +++ b/README.md @@ -115,4 +115,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/).