Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@timraymond
Created August 19, 2014 13:47
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 timraymond/b858a7cd4aa99b937b26 to your computer and use it in GitHub Desktop.
Save timraymond/b858a7cd4aa99b937b26 to your computer and use it in GitHub Desktop.
Recent Branches
#!/bin/bash
git for-each-ref --format="%(committerdate:relative) | %(refname)" --sort=-committerdate refs/heads | sed '/master/d' | head -n 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment