Skip to content

Instantly share code, notes, and snippets.

@mingrui
Created July 5, 2018 05:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mingrui/546e2437eefbecaf2c26d2ce3c0f1d93 to your computer and use it in GitHub Desktop.
Save mingrui/546e2437eefbecaf2c26d2ce3c0f1d93 to your computer and use it in GitHub Desktop.
pre commit hook for git secret
#!/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