Searched refs:initGitRepoAsync (Results 1 – 2 of 2) sorted by relevance
27 import { initGitRepoAsync } from './utils/git';127 await initGitRepoAsync(projectRoot);173 await initGitRepoAsync(projectRoot);
6 export async function initGitRepoAsync(root: string) { function