Reset and sync local with origin

git fetch origin
git reset --hard origin/master 
git clean -f -d