Created
June 25, 2012 05:21
-
-
Save motemen/2986767 to your computer and use it in GitHub Desktop.
Git: show recently updated branches
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 log --remotes --simplify-by-decoration --no-merges --pretty='tformat:%C(blue)%ar%Creset%x09%C(yellow)%H%Creset' --since='{7 days ago}' | git name-rev --stdin --name-only |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment