Forked from Kardelio/gist:c6a01e1e927a75ef7f3af44ef79e7e35
Created
February 5, 2020 20:26
-
-
Save maxdevjs/4856e68ff010f129b149eec955a6f730 to your computer and use it in GitHub Desktop.
Interactive Git Branch changer using fzf
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 | fzf | sed 's/\* //g' | xargs -I '{}' git checkout {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment