I’ve been using this to update everything.
cd into ~/dust/code then:
find . -mindepth 1 -maxdepth 1 -type d -print -exec git -C {} pull \;
even quicker if you save it as an alias in the .bashrc file, then you can just type ‘update’ (or whatever) and it will pull everything 