What is the command to pull a certain commit
To merge specific commit you need to checkout the branch first as followed git checkout branch then use git cherry-pick hash.
git checkout master & cherry-pick hash
just do a git fetch for that exact commit hash