control-freak-ide/serverInit.sh
plastic-hub-dev-node-saturn 538369cff7 latest
2021-05-12 18:35:18 +02:00

14 lines
321 B
Bash

#!/usr/bin/env bash
git submodule foreach "git submodule update --init"
git submodule foreach "git checkout master"
cd Code/client
git submodule foreach "git submodule update --init"
git submodule foreach "git reset --hard origin"
git submodule foreach "git checkout master"
git submodule foreach "git pull"
cd ../..