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 33df897 commit bf5ae42Copy full SHA for bf5ae42
scripts/bash/create-new-feature.sh
@@ -128,8 +128,7 @@ get_highest_from_branches() {
128
129
# Function to check existing branches (local and remote) and return next available number
130
check_existing_branches() {
131
- local short_name="$1"
132
- local specs_dir="$2"
+ local specs_dir="$1"
133
134
# Fetch all remotes to get latest branch info (suppress errors if no remotes)
135
git fetch --all --prune 2>/dev/null || true
0 commit comments