Skip to content

Instantly share code, notes, and snippets.

@Androguide
Last active January 4, 2016 19:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Androguide/8665685 to your computer and use it in GitHub Desktop.
Save Androguide/8665685 to your computer and use it in GitHub Desktop.
Git cherry-pick a commit from an external online repository
git fetch https://gerrit.omnirom.org/repo_url refs/changes/XX/XXXX/X && git checkout FETCH_HEAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment