Tutorial

git fetch --all
git reset --hard origin/branch_name

Example from master

git fetch --all
git reset --hard origin/master