Last active
September 24, 2025 00:08
-
-
Save unacceptable/e01d3ae906272f229022365fe5067e03 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
| #!/usr/bin/env bash | |
| set -e | |
| git diff | git apply --whitespace=fix | |
| git diff --cached | git apply --cached --whitespace=fix |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment