git request-pull code example
Example 1: git force pull
git fetch --all
git reset --hard origin/master
Example 2: git pull command
//if you want code from git then
1. git pull
git fetch --all
git reset --hard origin/master
//if you want code from git then
1. git pull