Skip to content

Maia-Tech/tools-git-hooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

tools-git-hooks

Usage

There is a install-git-hooks.sh script at the top-level which is meant to be executed via curl directly within any workspace for any repository. This should be executed with your CWD being within the git workspace you want to install it in.

Initially it is used to install the prepare-commit-msg hook.

curl -s https://raw.githubusercontent.com/Maia-Tech/tools-git-hooks/main/install_git_hooks.sh | bash

You can set up an alias in your bashrc:

alias install_git_hooks="curl -s https://raw.githubusercontent.com/Maia-Tech/tools-git-hooks/main/install_git_hooks.sh | bash"

About

Shared git hook tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages