Git URL that resolves to the configured repository.
()
| 137 | |
| 138 | /** Git URL that resolves to the configured repository. */ |
| 139 | getRepoGitUrl() { |
| 140 | return getRepositoryGitUrl(this.remoteConfig); |
| 141 | } |
| 142 | |
| 143 | /** Whether the given branch contains the specified SHA. */ |
| 144 | hasCommit(branchName: string, sha: string): boolean { |
no test coverage detected