-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

husky


> Native Git hooks made easy.

More information.


Install Husky in the current directory:

husky install

Install Husky into a specific directory:

husky install {path/to/directory}

Set a specific command as a `pre-push` hook for Git:

husky set {.husky/pre-push} "{command} {command_arguments}"

Add a specific command to the current `pre-commit` hook:

husky add {.husky/pre-commit} "{command} {command_arguments}"

Uninstall Husky hooks from the current directory:

husky uninstall

Display help:

husky


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 05:14:08 2024