Created
September 21, 2023 05:17
-
-
Save ereshzealous/0533a74715f1fc1fc7602c48196159c4 to your computer and use it in GitHub Desktop.
Talisman.txt
This file contains 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
# 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 <project-folder> | |
# 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