We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 907ebbe commit e01031aCopy full SHA for e01031a
README.md
@@ -52,6 +52,14 @@ Happy installation
52
**note** `platform` can be `*` or specific one like `darwin` (from Node `os.platform()`) or a
53
list of several platforms like `darwin,linux`
54
55
+### Specific commit
56
+
57
+You can install using commit message from a specific commit (not the current one)
58
59
+```shell
60
+$ $(npm bin)/commit-message-install --sha f81a00
61
+```
62
63
### Alternative command
64
65
You can specify a command to run *if commit message has no JSON block*. For example you can
0 commit comments