Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
 
PREVIOUS NEXT
Tagged: #stash #recrusive #submodules
ADD COMMENT
Topic
Name
2+3 =