2025-03-23 20:59:56 +01:00

5 lines
169 B
Markdown

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