29 lines
594 B
PowerShell
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
|
|
|