aboutsummaryrefslogtreecommitdiff
path: root/git-submodules-checkout-branches
blob: f254ca9c2478700a916c05ee869b1510caa0bfcb (plain)
1
2
3
4
5
6
7
#!/bin/bash
#
# Checkout branches in all submodules, recursivelly.
#

# Run recursivelly for each submodule
git submodule foreach --recursive git-submodule-checkout-branch