Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daikimaekawa/git-commit-checker
A git pre-commit hook to check commits
https://github.com/daikimaekawa/git-commit-checker
git python qiita
Last synced: 28 days ago
JSON representation
A git pre-commit hook to check commits
- Host: GitHub
- URL: https://github.com/daikimaekawa/git-commit-checker
- Owner: DaikiMaekawa
- License: mit
- Created: 2013-12-31T01:38:25.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-19T08:32:00.000Z (about 9 years ago)
- Last Synced: 2023-05-15T23:45:19.997Z (over 1 year ago)
- Topics: git, python, qiita
- Language: Python
- Homepage: http://qiita.com/DaikiMaekawa
- Size: 8.79 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## git-commit-checker
This is a pre commit script that check commits.
You can find more information about how to use this [here](http://qiita.com/DaikiMaekawa). (in Japanese)
## Installation
```sh
$ sudo ./install.sh
```## Usage
```bash
$ git commit -m "msg"Author = USER_NAME
``````bash
Do you want to me to keep it this way? [y/n] n
Username:NEW_USER_NAME
Email:NEW_USER_EMAIL
Please commit that again...
``````bash
$ git commit -m "something"Author = NEW_USER_EMAIL
```Note that this function applies to newly created repositories after installing the scripts.
## License
Copyright (c) 2013, [Daiki Maekawa](http://daikimaekawa.strikingly.com/). (MIT License)
See LICENSE for more info.