sync
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user