SUBODUS PRREFRISIF BENAR

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