Hmmm. Need help.
I seem to have screwed up the local clone on my laptop of the repo that does my website. Not exactly sure why, but after syncing I get messages about conflicted copies.
When this happens on the production version, I have voodoo commands that work to restore sync. They are:
git fetch --all
git reset --hard origin/master
If I do this from Terminal on the laptop, will it achieve what I want, which is to download everything from Github to my laptop?
Thanks