Created
May 22, 2019 08:25
-
-
Save masaru-b-cl/3b585f0ecf27544c76ad93bf3f369d0e to your computer and use it in GitHub Desktop.
pecoを使ってgit checkoutするやつ
This file contains 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
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