reset branch on local git

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

Source

Also in Shell: