in local.js [60:62]
function deleteBranch(remote, branchName) { cp.execSync(`git push ${remote} :${branchName}`); }