mirror of
https://github.com/github/spec-kit.git
synced 2026-03-24 22:33:08 +00:00
feat: create extensions/git with manifest, commands, scripts, and auto-install in init
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
This commit is contained in:
committed by
GitHub
parent
e9c464db14
commit
4f83308540
12
extensions/git/config-template.yml
Normal file
12
extensions/git/config-template.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user