5 lines
160 B
PowerShell
5 lines
160 B
PowerShell
[Console]::OutputEncoding = [System.Text.Encoding]::UTF8
|
|
|
|
git diff --cached --binary -- . ':!Packages/' ':!ProjectSettings/' > mypatch.patch
|
|
exit $LASTEXITCODE
|