Le 05/01/2024 à 09:25, Daniel Watford a écrit :
git clone --depth 1 --branch $branch
https://github.com/apache/ofbiz-plugins.git  plugins

Hi Daniel,

It needs also --single-branch:
    git clone --depth 1 --single-branch --branch $branch 
https://github.com/apache/ofbiz-plugins.git plugins

It's really fast and sparse

Thanks for the tip

Jacques


Reply via email to