Last active
February 2, 2019 11:40
-
-
Save mailinglists35/c353fe9142dccf90899453cfa9ccd03f to your computer and use it in GitHub Desktop.
cherry pick to apply the pull request
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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