cara git tarik asal master
git pull origin
Misty Mantis
git pull origin
git merge <commit_id>
git fetch origin
git checkout -b add-log-component origin/add-log-component
git checkout master
git cherry-pick COMMIT-HASH-HERE
git push origin master