From 745144e65ffd0a336bfa2233acc606e34a4af488 Mon Sep 17 00:00:00 2001 From: Tom Lazar Date: Wed, 21 Jun 2017 14:50:16 -0500 Subject: [PATCH 1/3] 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/). From 76acbd1d92ff7a4cb16273ce3d1d85468715634b Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Wed, 5 Jul 2017 19:48:28 +0200 Subject: [PATCH 2/3] Add awesome-git-addons --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7215727..cc17352 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,7 @@ Pull requests on interesting tools/projects/resources are welcome. ## Tools *Various tools for daily operations* +* [awesome-git-addons](https://github.com/stevemao/awesome-git-addons) - lists more than 20 git addons including all available commands * [myrepos](https://myrepos.branchable.com/) - a tool to manage multiple version control repositories * [mu-repo](http://fabioz.github.io/mu-repo/) - a tool to help in dealing with multiple git repositories * [gr](http://mixu.net/gr/) - a tool for managing multiple git repositories From 630086375bd75cac7f438dd73a4f77f5712d1528 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Thu, 27 Jul 2017 08:03:45 +0200 Subject: [PATCH 3/3] Linkfix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 992f22f..ae04a33 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Pull requests on interesting tools/projects/resources are welcome. * [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/index.html) - short book about Git * [Git from the bottom up](https://jwiegley.github.io/git-from-the-bottom-up/) - great series of articles about Git * [Git-it](https://github.com/jlord/git-it-electron) - app-tutorial on Git -* [Git How To](githowto.com) - step by step intro +* [Git How To](http://githowto.com) - step by step intro ## Client *Git clients are available on every platform, from mainframe to your mobile device*