Wordpress plugins mirrored on github
I'm currently optimizing my wordpress development workflow (themes, plugins and whole websites alike) and moving to git.
Setting up my main repository I thought that including some really useful and trusted plugins as submodules could have been a good idea.
Looking around to find repositories I found the pluginmirror project and quickly become addicted to it. It's the entire svn.wordpress.org plugin collection conveniently packaged in git repositories for you.
My .gitmodules is growing...
Note: not all plugins are already mirrored on github, but if you need one that is currently lacking, just head to http://www.pluginmirror.com/plugins, search the plugin and click on "clone". The plugin will be added to the mirroring queue.
Thanks to Bluehost team and @tierra for this great tool!