https://github.com/godeltech/git.hooks
https://github.com/godeltech/git.hooks
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/godeltech/git.hooks
- Owner: GodelTech
- License: mit
- Created: 2023-08-12T14:43:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T15:38:35.000Z (11 months ago)
- Last Synced: 2024-12-26T18:19:07.020Z (5 months ago)
- Language: Shell
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`