Created
December 5, 2014 10:19
-
-
Save wolfhechel/696e2af729af121f6290 to your computer and use it in GitHub Desktop.
Auto add Django migrations before commit
This file contains 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
find . -type d -name migrations -not -exec git check-ignore -q {} \; -exec git add {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment