Skip to content

Instantly share code, notes, and snippets.

@alexanderschnitzler
Last active December 17, 2015 08:19
Show Gist options
  • Save alexanderschnitzler/5579130 to your computer and use it in GitHub Desktop.
Save alexanderschnitzler/5579130 to your computer and use it in GitHub Desktop.
for branch in `git branch -r | egrep -v 'master|->'` ; do git checkout --track $branch ; done ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment