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

5 lines
140 B
Markdown

<%*
const branch = await tp.system.prompt("Branche à utiliser")
const result = await tp.system.exec("git switch " + branch)
tR += result
%>