how to pull last commit from git code example
Example 1: git pull from previous commit
# This will detach your HEAD, that is, leave you with no branch checked out:
git checkout 0d1d7fc32
Example 2: get back some commits git
git revert {commit_id}'