Stash Recruve Submodules
git submodule foreach 'git stash push -m "your stash name"'
git submodule foreach 'git stash push' # Or if you don't want a stash message
Motronky
git submodule foreach 'git stash push -m "your stash name"'
git submodule foreach 'git stash push' # Or if you don't want a stash message