git pull foce 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: git pull command
//if you want code from git then
1. git pull
git fetch --all
git reset --hard origin/master
git reset --hard origin/master
//if you want code from git then
1. git pull