Last active
December 23, 2020 15:15
-
-
Save nerixim/30122dceba4f1e9ea5913592a00a1b2d to your computer and use it in GitHub Desktop.
Check if directory has changes
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 diff --quiet HEAD $REF -- $DIR || echo changed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment