Skip to content

Commit 1ef95d1

Browse files
#1558: remove checkout&pull from local branch
1 parent f013938 commit 1ef95d1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.fork/custom-commands.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
},
6161
"name" : "Skip Hooks/Checkout & Pull",
6262
"refTargets" : [
63-
"localbranch",
6463
"remotebranch"
6564
],
6665
"target" : "ref"

.husky/post-checkout

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ then
66
TICKETID="0"
77
fi
88
TEMPLATE="#$TICKETID: "
9-
echo "[POST_CHECKOUT] Setting template commit to '$TEMPLATE'"
9+
echo "[POST-CHECKOUT] Setting template commit to '$TEMPLATE'"
1010
# wrap $TEMPLATE in quotes or else it is trimmed automatically
1111
echo "$TEMPLATE" > ".git/templatemessage"
1212

0 commit comments

Comments
 (0)