()
| 57 | * Distinct from checkHasGitRemote — a local-only repo passes this but not that. |
| 58 | */ |
| 59 | export function checkIsInGitRepo(): boolean { |
| 60 | return findGitRoot(getCwd()) !== null |
| 61 | } |
| 62 | |
| 63 | /** |
| 64 | * Checks if current repository has a GitHub remote configured. |
no test coverage detected