We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0270d46 commit 2d804b4Copy full SHA for 2d804b4
1 file changed
.specify/scripts/powershell/common.ps1
@@ -8,8 +8,7 @@ function Get-RepoRoot {
8
return $result
9
}
10
} catch {
11
- # Git command failed - intentionally suppressed as we fall back to script location
12
- Write-Verbose "Git not available or command failed: $_"
+ # Git command failed
13
14
15
# Fall back to script location for non-git repos
@@ -29,8 +28,7 @@ function Get-CurrentBranch {
29
28
30
31
32
- # Git command failed - intentionally suppressed as we fall back to environment or feature dir
33
34
35
36
# For non-git repos, try to find the latest feature directory
0 commit comments