Created
January 26, 2015 12:12
-
-
Save effkay/e6b5bfe64de7ee2873a9 to your computer and use it in GitHub Desktop.
selecta fuzzy autocomplete for remote git branches
This file contains hidden or 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
| 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