#!/bin/sh
# --remote fetches latest from submodule's tracking branch (not just the pinned commit)
git submodule update --init --recursive --remote
