Skip to content

Instantly share code, notes, and snippets.

@effkay
Created January 26, 2015 12:12
Show Gist options
  • Select an option

  • Save effkay/e6b5bfe64de7ee2873a9 to your computer and use it in GitHub Desktop.

Select an option

Save effkay/e6b5bfe64de7ee2873a9 to your computer and use it in GitHub Desktop.
selecta fuzzy autocomplete for remote git branches
git branch -r | cut -c 3- | cut -d "/" -f 2- | selecta | xargs git checkout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment