mirror of
https://github.com/github/spec-kit.git
synced 2026-03-24 14:23:09 +00:00
Co-authored-by: mnriem <15701806+mnriem@users.noreply.github.com> Agent-Logs-Url: https://github.com/github/spec-kit/sessions/809a1dbf-1301-4312-b4d2-e18f9b3e8b2f
13 lines
490 B
YAML
13 lines
490 B
YAML
# Git Branching Workflow Extension Configuration
|
|
# Copy this file to .specify/extensions/git/git-config.yml to customize
|
|
|
|
# Branch numbering strategy: "sequential" (001, 002, ...) or "timestamp" (YYYYMMDD-HHMMSS)
|
|
branch_numbering: sequential
|
|
|
|
# Branch name template (used with sequential numbering)
|
|
# Available placeholders: {number}, {short_name}
|
|
branch_template: "{number}-{short_name}"
|
|
|
|
# Whether to run `git fetch --all --prune` before computing the next branch number
|
|
auto_fetch: true
|