I have forked a branch from a repository in GitHub and committed something specific to me. Now I found the original repository had a good feature which was at HEAD
HEAD
You can use git cherry-pick to apply a single commit by itself to your current branch.
Example: git cherry-pick d42c389f
git cherry-pick d42c389f