#!/bin/sh set -e set -x request_id="$1" git fetch upstream "pull/$request_id/head" git reset --hard FETCH_HEAD