diff --git a/bin/auto-pr.ps1 b/bin/auto-pr.ps1 index 3d2a15f350..388c5099f6 100644 --- a/bin/auto-pr.ps1 +++ b/bin/auto-pr.ps1 @@ -204,4 +204,4 @@ if ($Push) { execute 'hub checkout -f master' } -execute 'hub reset' +execute 'hub reset --hard'