Skip to content

Instantly share code, notes, and snippets.

@GengGao
Last active April 19, 2022 05:53
Show Gist options
  • Save GengGao/373cb83c3a5598dba9b7fd8882cff199 to your computer and use it in GitHub Desktop.
Save GengGao/373cb83c3a5598dba9b7fd8882cff199 to your computer and use it in GitHub Desktop.
Enable husky pre-commit hooks for Git GUI's
# set the PATH
PATH=/usr/local/bin:$PATH
# this loads nvm.sh and sets the correct PATH before running hook
. ~/.nvm/nvm.sh
@GengGao
Copy link
Author

GengGao commented Apr 19, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment