6STC76Q6MDVCQIF6RCVAY74PJAMQZC32OAVM6DIWTB44AIIYBBAQC
3BTJRSU3VWCTVRL7Y2SARN2BZMECUIIVFAJPCPBRIRYCGLXHCBJQC
JAH3UPWAVSHXIPNGL6PROQPZBYZHPJNFONWBDZX4HCX646USZXUQC
# Clean to remove potentially present artifacts after forcing branch switch $res = run(cmd => ["git", "clean", "-d", "-x", "--force", "--force"], dir => $clonePath); print STDERR "warning: `git clean -d -x --force --force' failed::\n$res->{stderr}" if $res->{status};
# Clean to remove potentially present artifacts after forcing branch switch
$res = run(cmd => ["git", "clean", "-d", "-x", "--force", "--force"], dir => $clonePath);
print STDERR "warning: `git clean -d -x --force --force' failed::\n$res->{stderr}" if $res->{status};