Created
August 11, 2016 18:14
-
-
Save Rafe/1a7ed1169af392c58f603977357c1e74 to your computer and use it in GitHub Desktop.
ttwig
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
ttwig() { | |
branches=$(twig | sed 1,3d | rev | cut -d ' ' -f 1 | rev) | |
select branch in $branches; do | |
git checkout $branch | |
break; | |
done | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment