Skip to content

Instantly share code, notes, and snippets.

@masaru-b-cl
Created May 22, 2019 08:25
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 masaru-b-cl/3b585f0ecf27544c76ad93bf3f369d0e to your computer and use it in GitHub Desktop.
Save masaru-b-cl/3b585f0ecf27544c76ad93bf3f369d0e to your computer and use it in GitHub Desktop.
pecoを使ってgit checkoutするやつ
alias pgco='git branch -a --sort=-authordate | cut -b 3- | perl -pe '\''s#^remotes/origin/###'\'' | perl -nlE '\''say if !$c{$_}++'\'' | grep -v -- "->" | peco | xargs git checkout'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment