Files
Sandbox/ZMBackupLocalADORepo.ps1
Zack Meier 03dba08135 sync
2026-04-15 15:42:41 -05:00

29 lines
594 B
PowerShell

Set-Location D:\ZM-ADOExport\Backup
git config --global --add safe.directory D:\ZM-ADOExport\Backup
git add *
git commit -m "update"
git push
Set-Location D:\ZM-ADOExport\PwshProfiles
git config --global --add safe.directory D:/ZM-ADOExport/PwshProfiles
git add *
git commit -m "update"
git push
Set-Location D:\ZM-ADOExport\Personal
git config --global --add safe.directory D:/ZM-ADOExport/Personal
git add *
git commit -m "update"
git push
Set-Location D:\ZM-ADOExport\Sandbox
git config --global --add safe.directory D:/ZM-ADOExport/Sandbox
git add *
git commit -m "update"
git push