Skip to content

Commit adb43d5

Browse files
Update README.md
1 parent 95c5560 commit adb43d5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# Husky prepare-commit-msg example
22
Example project with prepare-commit-msg hook configured to prepend branch name to commit message automaticaly
33

4+
## Requirements
5+
* bash
6+
7+
## Run
8+
49
npm install
510
git checkout -b issue-123
611
touch example.txt
712
git add .
813
git commit -m "My new commit"
914

10-
Commit message will be "issue-123 My new commit"
15+
Commit message will be `issue-123 My new commit`

0 commit comments

Comments
 (0)