Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 272 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 272 Bytes

Git Hooks

for single repository

git config core.hooksPath .githooks

global

git config --global core.hooksPath .githooks

Run Shell script on Windows 10 with Git Bash

  1. Start Git Bash in directory
  2. Run this command to run the script: sh name-of-file.sh