Skip to content

Instantly share code, notes, and snippets.

@tlindsay
Last active February 6, 2020 20:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tlindsay/2c6115973f3274a57d34ca07b3baa17d to your computer and use it in GitHub Desktop.
Save tlindsay/2c6115973f3274a57d34ca07b3baa17d to your computer and use it in GitHub Desktop.
Choose a branch from an fzf list
git branch -lv | fzf | awk '{print $1}' | xargs git checkout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment