git pull and overight local code example
Example 1: git force pull
git fetch --all
git reset --hard origin/master
Example 2: oevrride localwith remote branch
git reset --hard origin/master
git fetch --all
git reset --hard origin/master
git reset --hard origin/master