Skip to content

Instantly share code, notes, and snippets.

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 obokaman-com/e3f25cdf727597a10fa83d3f99f8eb42 to your computer and use it in GitHub Desktop.
Save obokaman-com/e3f25cdf727597a10fa83d3f99f8eb42 to your computer and use it in GitHub Desktop.
for branch in `git branch -r --merged | grep origin | grep -v '>' | grep -v master`;do echo -e `git show --format="%ci %cr -- %an <%ae>\t" $branch | head -n 1` \\t$branch; done | sort -r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment