Skip to content

Instantly share code, notes, and snippets.

@ramn
Created July 24, 2013 15:28
Show Gist options
  • Save ramn/6071621 to your computer and use it in GitHub Desktop.
Save ramn/6071621 to your computer and use it in GitHub Desktop.
Show migrations in upcoming release
git diff current_release..master --name-only -- . | grep migration | xargs -n1 sed '/^\s\+models = /,$d' | view - -c 'set ft=python'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment