Skip to content

Instantly share code, notes, and snippets.

@jibing57
Created July 22, 2016 03:03
Show Gist options
  • Save jibing57/cb5302cb36622f6c4a24f248d3d10e60 to your computer and use it in GitHub Desktop.
Save jibing57/cb5302cb36622f6c4a24f248d3d10e60 to your computer and use it in GitHub Desktop.
# get git branch and last commit time
git for-each-ref --sort=-committerdate refs/heads/ --format='%(refname) %(committerdate) %(authorname)' | sed 's/refs\/heads\///g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment