tommarshall / git-good-commit

Git hook to help you write good commit messages, with no external dependencies.
MIT License
195 stars 33 forks source link

Add update instructions #23

Open tommarshall opened 7 years ago

tommarshall commented 7 years ago

The recommended installation method is to download the script directly. This felt like the simplest approach given that you only need the single script, however git init will not overwrite an existing hook, which makes updating less trivial than it should be.

The README should include a clear and easy path for updating.