Skip to content

Instantly share code, notes, and snippets.

@ejhsu
Created February 9, 2018 08:42
Show Gist options
  • Save ejhsu/00ca44225ebcb10e2c5b42d8ba219533 to your computer and use it in GitHub Desktop.
Save ejhsu/00ca44225ebcb10e2c5b42d8ba219533 to your computer and use it in GitHub Desktop.
Fetch Pull Request (BitBucket)
git remote add upstream {repo}
git fetch upstream refs/pull-requests/{pr}/from
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment