Tucker McKnight
don't use --branch flag, which only became available in recent git versions
42
const branchHeadRes = await exec(`git -C ${repoLocation} show-ref --branch ${branchName}`)
42
const branchHeadRes = await exec(`git -C ${repoLocation} show-ref refs/heads/${branchName}`)