jish / pre-commit

A slightly improved pre-commit hook for git
https://jish.github.io/pre-commit/
Other
796 stars 96 forks source link

Added gem post install message. #137

Closed gy closed 10 years ago

mpapis commented 10 years ago

looks good

jish commented 10 years ago

How about something like?

Thank you for installing pre-commit!
Install a hook in each git repo you want to scan using `pre-commit install`.
https://github.com/jish/pre-commit/blob/master/README.md

Thank you for installing pre-commit!
Install a hook in each git repo you want to scan using `pre-commit install`.

Thank you for installing pre-commit!
Install a hook in each git repo you want to scan using `pre-commit install`.
See README.md for more details.

Thank you for installing pre-commit!
Install a hook in each git repo you want to scan using:
    pre-commit install

thoughts?

mpapis commented 10 years ago

If we are going there:

Thank you for installing pre-commit!
Install the hook in each git repo you want to scan using: pre-commit install
Read more: https://github.com/jish/pre-commit#readme
gy commented 10 years ago

@jish @mpapis made the change.