Skip to content

Instantly share code, notes, and snippets.

@ereshzealous
Last active September 7, 2023 04:38
Show Gist options
  • Save ereshzealous/d76e3c694bf1a1297bb9b7635dc562db to your computer and use it in GitHub Desktop.
Save ereshzealous/d76e3c694bf1a1297bb9b7635dc562db to your computer and use it in GitHub Desktop.
Talisman on single repo

Download the talisman installer script

curl https://thoughtworks.github.io/talisman/install.sh > ~/install-talisman.sh

chmod +x ~/install-talisman.sh

Install to a single project

cd

as a pre-push hook

~/install-talisman.sh

or as a pre-commit hook

~/install-talisman.sh pre-commit

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