Created
August 19, 2014 13:47
-
-
Save timraymond/b858a7cd4aa99b937b26 to your computer and use it in GitHub Desktop.
Recent Branches
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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