Skip to content

Instantly share code, notes, and snippets.

@schnell18
Last active December 28, 2015 09:49
Show Gist options
  • Save schnell18/7481335 to your computer and use it in GitHub Desktop.
Save schnell18/7481335 to your computer and use it in GitHub Desktop.
Massively create 9 branches in one go
for b in $(echo {test,sup,prod}/{intl,trck,trlr})
do
git branch $b
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment