mirror of
https://github.com/github/spec-kit.git
synced 2026-03-17 19:03:08 +00:00
Merge remote-tracking branch 'upstream/main' into copilot/add-pluggable-template-system
# Conflicts: # CHANGELOG.md # src/specify_cli/__init__.py # src/specify_cli/extensions.py
This commit is contained in:
@@ -253,7 +253,7 @@ if ($branchName.Length -gt $maxBranchLength) {
|
||||
if ($hasGit) {
|
||||
$branchCreated = $false
|
||||
try {
|
||||
git checkout -b $branchName 2>$null | Out-Null
|
||||
git checkout -q -b $branchName 2>$null | Out-Null
|
||||
if ($LASTEXITCODE -eq 0) {
|
||||
$branchCreated = $true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user