maksit-hamode/utils/Force-AmendTaggedCommit.bat
Maksym Sadovnychyy a005ca6cbe (feature): init
2026-06-20 16:21:09 +02:00

4 lines
130 B
Batchfile

@echo off
pwsh -NoProfile -ExecutionPolicy Bypass -File "%~dp0tools\Force-AmendTaggedCommit\Force-AmendTaggedCommit.ps1" %*
pause