Skip to content

applusplus/git-hooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Global Git-Hooks Installation

Requirements

git Version 2.9 or later

Installation under Windows

  1. Clone the git-hooks repository.
  2. Open cmd and navigate to repository's directory.
  3. Register hooksPath globally.
    git config --global core.hooksPath %cd%
  4. Done. Git should now use files from your local git-hooks repository as hooks, as long files name match.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages