git checkout remote branch overwrite local code example
Example 1: how to pull and overwrite local changes git
git fetch --all
git reset --hard origin/master
Example 2: git pull hard
git reset --hard origin/master
Example 3: git overwrite local branch with remote
git reset --hard origin/master