Created
August 18, 2022 18:50
-
-
Save wesleyalmd/b6e6801cf73a0f7e53515b3ed753f06f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir packages && cd packages && \ | |
git clone [email protected]:castletech/pwa-language-brazil.git \ | |
&& cd pwa-language-brazil && git checkout develop && cd ../ && \ | |
git clone [email protected]:castletech/pwa-module-core.git \ | |
&& cd pwa-module-core && git checkout develop && cd ../ && \ | |
git clone [email protected]:castletech/pwa-module-ozone.git \ | |
&& cd pwa-module-ozone && git checkout develop && cd ../ && \ | |
git clone [email protected]:castletech/pwa-module-automatic-related.git \ | |
&& cd pwa-module-automatic-related && git checkout develop && cd ../ && \ | |
git clone [email protected]:castletech/pwa-module-blog.git \ | |
&& cd pwa-module-blog && git checkout develop && cd ../ && \ | |
git clone [email protected]:castletech/pwa-module-click-collect.git \ | |
&& cd pwa-module-click-collect && git checkout develop && cd ../ && \ | |
git clone [email protected]:castletech/pwa-module-company-accounts.git \ | |
&& cd pwa-module-company-accounts && git checkout develop && cd ../ && \ | |
git clone [email protected]:castletech/pwa-module-credit-limit.git \ | |
&& cd pwa-module-credit-limit && git checkout develop && cd ../ && \ | |
git clone [email protected]:castletech/pwa-module-events.git \ | |
&& cd pwa-module-events && git checkout develop && cd ../ && \ | |
git clone [email protected]:castletech/pwa-module-marketplace.git \ | |
&& cd pwa-module-marketplace && git checkout develop && cd ../ && \ | |
git clone [email protected]:castletech/pwa-module-mercadopago.git \ | |
&& cd pwa-module-mercadopago && git checkout develop && cd ../ && \ | |
git clone [email protected]:castletech/pwa-module-multifee.git \ | |
&& cd pwa-module-multifee && git checkout develop && cd ../ && \ | |
git clone [email protected]:castletech/pwa-module-rendertron.git \ | |
&& cd pwa-module-rendertron && git checkout master && cd ../ && \ | |
git clone [email protected]:castletech/pwa-module-reward-points.git \ | |
&& cd pwa-module-reward-points && git checkout develop && cd ../ && \ | |
git clone [email protected]:castletech/pwa-module-subscription.git \ | |
&& cd pwa-module-subscription && git checkout develop && cd ../ && \ | |
git clone [email protected]:castletech/pwa-module-google-analytics.git \ | |
&& cd pwa-module-google-analytics && git checkout develop && cd ../ && \ | |
git clone [email protected]:castletech/pwa-theme-running-land.git \ | |
&& cd pwa-theme-running-land && git checkout develop && cd ../ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment