mirror of
https://github.com/Ladebeze66/coffreobsidian.git
synced 2025-12-17 08:17:44 +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
|
|
%> |