how to git pull from github in a commit code example
Example 1: git pull from commit
git merge <commit_id>
Example 2: how to pull git repository from github
git clone git@github.com:username/repo.git
git merge <commit_id>
git clone git@github.com:username/repo.git