Created
September 11, 2018 03:14
-
-
Save kyubuns/2d8b40984b471fe2dea596dbe7501b35 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
git status -s | grep -E '.meta$' | tee diff.txt | |
if [ -s diff.txt ]; then | |
exit 1 | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment