https://github.com/mudler/app-whatthecommit
Add a prepare-commit-msg to your git repository that uses whatthecommit.com to generate random commit messages
https://github.com/mudler/app-whatthecommit
Last synced: 8 months ago
JSON representation
Add a prepare-commit-msg to your git repository that uses whatthecommit.com to generate random commit messages
- Host: GitHub
- URL: https://github.com/mudler/app-whatthecommit
- Owner: mudler
- License: other
- Created: 2014-06-17T13:11:08.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-03T09:36:34.000Z (about 12 years ago)
- Last Synced: 2025-02-02T07:43:41.766Z (over 1 year ago)
- Language: Perl
- Size: 152 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
# NAME
App::whatthecommit - Add a prepare-commit-msg to your git repository that uses whatthecommit.com to generate random commit messages
# SYNOPSIS
$ whatthecommit [git-repository] [another-git-repository]
$ whatthecommit --help
# DESCRIPTION
App::whatthecommit is just another lazy-to-lazy line command utility.
whatthecommit.com generates commit messages for the lazy, this tool will increment your lazyness to another level, just give your git repo(s) as args and he will create prepare-commit-msg hook to fetch a random commit.
After running it on your repo, just try `git commit`.
# AUTHOR
mudler
# COPYRIGHT
Copyright 2014- mudler
# LICENSE
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
# SEE ALSO