Last active
January 2, 2016 09:18
-
-
Save amitchhajer/8281749 to your computer and use it in GitHub Desktop.
Get all the branches in git for specific user
This file contains hidden or 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
git for-each-ref --format='%(committerdate) %09 %(authorname) %09 %(refname)' | sort -k5n -k2M -k3n -k4n | grep 'user' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment