We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5768467 commit 4b5c542Copy full SHA for 4b5c542
docs/installation.md
@@ -56,6 +56,13 @@ You can now run a commit in the terminal and you'll see the prepared message app
56
57
```sh
58
$ git commit FILE
59
+$ git log
60
+```
61
+
62
+Remove:
63
64
+```sh
65
+$ rm .git/hooks/prepare-commit-msg
66
```
67
68
For other projects using this repo's hook - use `cp` or `curl` to add the hook to your repo. Or package and an installable Zip.
0 commit comments