Skip to content

Instantly share code, notes, and snippets.

@Code-Hex
Last active February 27, 2020 09:15
Show Gist options
  • Select an option

  • Save Code-Hex/95feffe428ced9099e989228029e24a8 to your computer and use it in GitHub Desktop.

Select an option

Save Code-Hex/95feffe428ced9099e989228029e24a8 to your computer and use it in GitHub Desktop.
useful checkout
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