update repository
[cmdllinux.git] / bash_n_examples / bash / git / git-checkout.sh
blobd05177f4b7d88cd25f1dc801f8314a64ae9cab4c
1 git checkout -b "branch"
2 git submodule foreach --recursive git checkout master
3 git submodule foreach --recursive git checkout -b "branch"