Skip to content

Instantly share code, notes, and snippets.

@colinhoernig
Created March 30, 2015 15:45
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 colinhoernig/ba4d4c3e79a53243c165 to your computer and use it in GitHub Desktop.
Save colinhoernig/ba4d4c3e79a53243c165 to your computer and use it in GitHub Desktop.
List Git branches by last commit date
#!/bin/bash
git for-each-ref --sort=-committerdate refs/heads/ --format='%(refname:short) %(committerdate) %(authorname)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment