Skip to content

Instantly share code, notes, and snippets.

@devth
Created May 3, 2012 21:08
Show Gist options
  • Save devth/2589526 to your computer and use it in GitHub Desktop.
Save devth/2589526 to your computer and use it in GitHub Desktop.
mkdir ~/log-configs && git tag | while read tag; do mkdir ~/log-configs/$tag && git show $tag:./common/log-config.xml > ~/log-configs/$tag/log-config.xml;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment