Last active
February 27, 2020 09:15
-
-
Save Code-Hex/95feffe428ced9099e989228029e24a8 to your computer and use it in GitHub Desktop.
useful checkout
This file contains hidden or 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
| git checkout $(git branch --sort=-authordate | perl -a -nle '$F[0] ne "*" and print $F[0]' | fzf) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment