Answers for "stash recrusive submodules"

0

stash recrusive 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
Posted by: Guest on May-02-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language