aboutsummaryrefslogtreecommitdiff
path: root/git-submodules-checkout-branch
blob: 773ab2178cd71f70fa2e516bb16a5537ebccac42 (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-checkout-branch