We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41258f7 commit 168060bCopy full SHA for 168060b
1 file changed
.husky/post-checkout
@@ -1,4 +1,4 @@
1
-#!/bin/bash
+#!/bin/sh
2
# ### git commit message template ###
3
git config commit.template .git/templatemessage
4
TICKETID=`git rev-parse --abbrev-ref HEAD | LC_ALL=en_US.utf8 grep -oP '^((feature|bug|bugfix|fix|hotfix|task|chore)\/)?\K\d{1,7}' || true`
0 commit comments