Skip to content

Instantly share code, notes, and snippets.

@SoboLAN
Created July 25, 2016 12:05
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 SoboLAN/959b71731d0f36859bfdee5b0a53d50a to your computer and use it in GitHub Desktop.
Save SoboLAN/959b71731d0f36859bfdee5b0a53d50a to your computer and use it in GitHub Desktop.
#!/bin/sh
for k in `git branch -r | perl -pe s\/\^\.\.\/\/`; do echo -e `git show --pretty=format:"%Cgreen%ci %Cblue%cr%Creset" $k -- | head -n 1`\\t$k; done | sort -r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment