KJ5JMWXYPUVDQ3IPNZ7C75TGUGZGEEZBETGAWTG4XZNLJ6MS72UAC
HE3GX5IPS6XA7KLNP5WZY2YU27WQS663WSKAL5FHWBSJ5GMM633AC
OOQ2D3KCLFPYNAN253PHWLBQMB6OMO2KYQWQXLTP65SQAYZWQ5LAC
# Make sure there is a local branch ($res, $stdout, $stderr) = captureStdoutStderr(600, ("git", "checkout", "-f", $branch)); die "Error making local branch $branch in $clonePath from git repo at `$uri':\n$stderr" unless $res;
# Make sure there is a local branch
($res, $stdout, $stderr) = captureStdoutStderr(600,
("git", "checkout", "-f", $branch));
die "Error making local branch $branch in $clonePath from git repo at `$uri':\n$stderr" unless $res;