Merge pull request #16 from tomlazar/tomlazar-patch-1

Update readme with new extension.
This commit is contained in:
Dick Tang 2017-07-08 21:12:45 +08:00 committed by GitHub
commit fc3c30f62b

View File

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