Created
July 5, 2018 05:57
-
-
Save mingrui/546e2437eefbecaf2c26d2ce3c0f1d93 to your computer and use it in GitHub Desktop.
pre commit hook for git secret
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
#!/bin/sh | |
echo "# git secret hide!" | |
exec git secret hide |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment