Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brianbruggeman/git-hooks
Hooks for git
https://github.com/brianbruggeman/git-hooks
Last synced: 25 days ago
JSON representation
Hooks for git
- Host: GitHub
- URL: https://github.com/brianbruggeman/git-hooks
- Owner: brianbruggeman
- License: mit
- Created: 2014-08-28T20:47:23.000Z (about 10 years ago)
- Default Branch: develop
- Last Pushed: 2014-08-28T21:41:55.000Z (about 10 years ago)
- Last Synced: 2024-05-01T21:50:51.663Z (6 months ago)
- Language: Python
- Size: 211 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
git-hooks
=========Hooks for git
Includes:
* self-updating hooks
* spelling check for commit messages
* checks for cpp google style
* checks for pdb
* checks for pep8
* checks for tabs
* checks for end of line spaces
* checks for beautiful xml filesUsage
=====To use, simply copy the standard git-commits to the hooks folder and
then add utils/git-hooks (this repo) to the top level of your
repository.cd your_repo
mkdir utils
git submodule [email protected]:brianbruggeman/git-hooks.git utils/git-hooks
cp utils/git-hooks/pre-commit .git/hooks/
cp utils/git-hooks/commit-msg .git/hooks/Enjoy!