Files
GacUI/.github/Scripts/copilotGitCommit.ps1
2026-03-01 19:07:14 -08:00

6 lines
99 B
PowerShell

Push-Location $PSScriptRoot\..\..
git add .
git status
git commit -am "[BOT] Backup."
Pop-Location