Tucker McKnight
see if cd works instead of git -C
115
await exec(`git -C ${tempDirRepoPath} checkout ${branch}`)
115
// TODO why doesn't git -C checkout work? Says that repo doesn't exist
await exec(`(cd ${tempDirRepoPath} && git checkout ${branch})`)