diff --git a/contrib/sync-upstream.sh b/contrib/sync-upstream.sh index f4ccc449..c64acbbd 100755 --- a/contrib/sync-upstream.sh +++ b/contrib/sync-upstream.sh @@ -97,7 +97,7 @@ echo "$BODY" echo "-----------------------------------" # Create branch from PR commit and create PR git checkout master -git pull +git pull --autostash git checkout -b temp-merge-"$PRNUM" # Escape single quote