MetaSearch Development Workflow

via git sparse-checkout

git init QGIS-MetaSearch
cd QGIS-MetaSearch/
git remote add -f origin https://github.com/QGIS/qgis.git
git config core.sparsecheckout true
git config core.sparsecheckout
echo "python/plugins/MetaSearch" >> .git/info/sparse-checkout
vi .git/info/sparse-checkout
git pull origin master