-
-
Save zph/b49ad207d63d868b0297 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
| def has_staged_changes? | |
| !system("git diff --quiet --cached 2>/dev/null") | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment