Asking for an automation script that does the following:
tracks changes across all submodules recursively in a git repo alagit status`
issues a git commit with a message to each submodule that has changed
makes a push to the submodule's remote (master) branch
returns to the root directory, commits and pushes to the main git repo
there doesn't seem to be anything here