<%* const commitMsg = await tp.system.prompt("Message de commit") const result = await tp.system.exec("git add . && git commit -m \"" + commitMsg + "\"") tR += result %>