You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 submoduleinitgit://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 submoduleaddgit://github.com/Qafoo/build-commons.git setup
Thanks and kind regards
Marc
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: