Update readme with new extension.

Added the GVFS from Microsoft to the extensions sections,
This commit is contained in:
Tom Lazar 2017-06-21 14:50:16 -05:00 committed by GitHub
parent c509114396
commit 745144e65f
1 changed files with 1 additions and 0 deletions

View File

@ -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/).