Skip to content

Instantly share code, notes, and snippets.

@motemen
Created June 25, 2012 05:21
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save motemen/2986767 to your computer and use it in GitHub Desktop.
Save motemen/2986767 to your computer and use it in GitHub Desktop.
Git: show recently updated branches
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