how to override local branch with remote branch code example
Example 1: git replace local branch with remote
git fetch
git reset --hard origin/{{branch}}
# replace {{branch}} with name
Example 2: oevrride localwith remote branch
git reset --hard origin/master