mirror of
https://github.com/Ladebeze66/coffreobsidian.git
synced 2026-03-28 14:03:47 +01:00
5 lines
140 B
Markdown
5 lines
140 B
Markdown
<%*
|
|
const branch = await tp.system.prompt("Branche à utiliser")
|
|
const result = await tp.system.exec("git switch " + branch)
|
|
tR += result
|
|
%> |