* Path to the shared bare repo for a project on the remote. * All worktree-based workspaces share this object store.
(projectPath: string)
| 1204 | * All worktree-based workspaces share this object store. |
| 1205 | */ |
| 1206 | private getBaseRepoPath(projectPath: string): string { |
| 1207 | return this.getProjectLayout(projectPath).baseRepoPath; |
| 1208 | } |
| 1209 | |
| 1210 | /** |
| 1211 | * Ensure the shared bare repo exists on the remote for a project. |
no test coverage detected