How do I reset my local branch to be just like the branch on the remote repository?
I did:
git reset --hard HEAD
But when I run a <
git branch -D master git checkout master
to totally reset branch
note, you should checkout to another branch to be able to delete required branch