Skip to content

Commit

Permalink
#1558: remove checkout&pull from local branch
Browse files Browse the repository at this point in the history
  • Loading branch information
JoernBerkefeld committed Aug 9, 2024
1 parent f013938 commit 1ef95d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .fork/custom-commands.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
},
"name" : "Skip Hooks/Checkout & Pull",
"refTargets" : [
"localbranch",
"remotebranch"
],
"target" : "ref"
Expand Down
2 changes: 1 addition & 1 deletion .husky/post-checkout
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ then
TICKETID="0"
fi
TEMPLATE="#$TICKETID: "
echo "[POST_CHECKOUT] Setting template commit to '$TEMPLATE'"
echo "[POST-CHECKOUT] Setting template commit to '$TEMPLATE'"
# wrap $TEMPLATE in quotes or else it is trimmed automatically
echo "$TEMPLATE" > ".git/templatemessage"

Expand Down

0 comments on commit 1ef95d1

Please sign in to comment.