Hi,
on the first chapter (Setting Up Your Project) the documentation states:
To make ABC available in the folder setup execute this in the root of your repository:
git submodule init git://github.com/Qafoo/build-commons.git setup
but should instead state:
To make ABC available in the folder setup execute this in the root of your repository:
git submodule add git://github.com/Qafoo/build-commons.git setup
Thanks and kind regards
Marc