Created
December 11, 2012 21:51
-
-
Save fapestniegd/4262551 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
VERSIONS=$(git branch -r | grep 'aufs2.1-' | sed -e 's/.*origin\///') | |
for v in $(echo "${VERSIONS}"); do | |
git checkout ${v} || git checkout -b ${v} origin/${v} | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment