An open API service indexing awesome lists of open source software.

https://github.com/godeltech/git.hooks


https://github.com/godeltech/git.hooks

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# 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`