Skip to content

Instantly share code, notes, and snippets.

@matthutchinson
Created February 4, 2014 15:23
Show Gist options
  • Save matthutchinson/8805729 to your computer and use it in GitHub Desktop.
Save matthutchinson/8805729 to your computer and use it in GitHub Desktop.
#!/bin/bash
COMMAND="git br | grep '$1' | sed 's/\* //'"
git co $(eval $COMMAND)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment