forcefully pull git code example
Example 1: git force pull
git fetch --all
git reset --hard origin/master
Example 2: git pull hard
git reset --hard origin/master
Example 3: pull from a brrrnch in git
$ git fetch origin other-branch
git fetch --all
git reset --hard origin/master
git reset --hard origin/master
$ git fetch origin other-branch