Skip to content

Instantly share code, notes, and snippets.

@Kardelio
Created September 12, 2019 08:46
Interactive Git Branch changer using fzf
git branch | fzf | sed 's/\* //g' | xargs -I '{}' git checkout {}
@Kardelio
Copy link
Author

Associated YouTube video for anyone interested in learning more about the 'fzf' bit...

https://youtu.be/Bww2iaMTZRI

Sorry, something went wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment