Skip to content

Commit

Permalink
Prefix feature branches with feature instead of dev
Browse files Browse the repository at this point in the history
  • Loading branch information
pkissling committed May 21, 2024
1 parent 1446249 commit 5277138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git/bin
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ git-fuzzy-checkout-ticket() {
read -r -p "Define slug for [${ticket_description}]: " slug
[ -z "${slug}" ] && slug="${ticket_description}"
slug="${slug// /-}"
git cob dev/"${ticket_id}"_"${slug}"
git cob feature/"${ticket_id}"_"${slug}"
git p
}

Expand Down

0 comments on commit 5277138

Please sign in to comment.