Skip to content

Instantly share code, notes, and snippets.

@sin-tanaka
Last active May 7, 2018 09:48
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 sin-tanaka/fbcca587180d4b7576cd41bca0633d76 to your computer and use it in GitHub Desktop.
Save sin-tanaka/fbcca587180d4b7576cd41bca0633d76 to your computer and use it in GitHub Desktop.
fzfでインタラクティブにgit checkout する ref: https://qiita.com/sin_tanaka/items/ca0fdd899e40a1d6716b
# ~中略~
[alias]
cof = !git branch -a | fzf | xargs git checkout
git branch -a | fzf | xargs git checkout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment