How do I reset my local git repo to be exactly the same as the remote repo?
I've tried:
git reset --hard HEAD^
But now git status
says I have diverging commits. I basically want to just wipe anything I've got locally and get the exact remote repo on my local machine.