stash
bosco stash
bosco stash -r <repo>
bosco stash pop
bosco stash apply
Run git stash against all of the repositories - useful to run prior to git pull, you can also use the pop / apply parameters as you would using git stash invididually.
Updated less than a minute ago