Skip to content

Instantly share code, notes, and snippets.

@gstamp
Created December 27, 2013 00:33
Show Gist options
  • Save gstamp/8140768 to your computer and use it in GitHub Desktop.
Save gstamp/8140768 to your computer and use it in GitHub Desktop.
Recent Branches on Git
#! /bin/sh
git for-each-ref --sort=-committerdate refs/heads/ --format='%(committerdate:short) %(authorname) %(refname:short)' | head
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment