Skip to content

Instantly share code, notes, and snippets.

@ianwcarlson
Created February 25, 2019 16:37
Show Gist options
  • Save ianwcarlson/b96773c91ba054815d19f4638a028312 to your computer and use it in GitHub Desktop.
Save ianwcarlson/b96773c91ba054815d19f4638a028312 to your computer and use it in GitHub Desktop.
Git Branch Detail
for k in `git branch | sed s/^..//`; do echo -e `git log -1 --pretty=format:"%Cgreen%ci %Cblue%cr%Creset" $k --`\\t"$k";done | sort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment