5 lines
124 B
PowerShell
5 lines
124 B
PowerShell
Set-Location ([Environment]::GetFolderPath("MyDocuments"))
|
|
cd "VAT-Software"
|
|
git fetch --all
|
|
git reset --hard origin/master
|