VisualStudio.GitHooks automatically installs git hooks files to your repository. The plugin looks for a file named .githooks at the root of the git repository. Each line in the file should contain the relative path to a folder containing the source files for your hook scripts. Each file found in the referenced folders will be copied to the repository's hook folder. |