Skip to content

Instantly share code, notes, and snippets.

@mailinglists35
Last active February 2, 2019 11:40
Show Gist options
  • Save mailinglists35/c353fe9142dccf90899453cfa9ccd03f to your computer and use it in GitHub Desktop.
Save mailinglists35/c353fe9142dccf90899453cfa9ccd03f to your computer and use it in GitHub Desktop.
cherry pick to apply the pull request
git remote add ktsaou(this can be any name you assign locally) https://github.com/ktsaou/netdata
git fetch ktsaou
git cherry-pick <sha256 of each commit>
===
git remote add ktsaou https://github.com/ktsaou/netdata
git fetch ktsaou
git checkout ktsaou/master
If you want to transform it to a local branch simply checkout -b <new-branch-name>
Don't blame me if you already knew that.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment