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 f013938 commit 1ef95d1Copy full SHA for 1ef95d1
.fork/custom-commands.json
@@ -60,7 +60,6 @@
60
},
61
"name" : "Skip Hooks/Checkout & Pull",
62
"refTargets" : [
63
- "localbranch",
64
"remotebranch"
65
],
66
"target" : "ref"
.husky/post-checkout
@@ -6,7 +6,7 @@ then
6
TICKETID="0"
7
fi
8
TEMPLATE="#$TICKETID: "
9
-echo "[POST_CHECKOUT] Setting template commit to '$TEMPLATE'"
+echo "[POST-CHECKOUT] Setting template commit to '$TEMPLATE'"
10
# wrap $TEMPLATE in quotes or else it is trimmed automatically
11
echo "$TEMPLATE" > ".git/templatemessage"
12
0 commit comments