I have accidentally pushed changes from the wrong branch of my development repo to my central repo and then continued to pull these to my released repo.
Using git reset --hard [SHA1]
I have returned my released repo to the correct place. I tried doing this to the origin too and now when i go git log
in the central repo; i get: fatal:bad default revision 'HEAD'
I would like to know how to sort out the HEAD situation and also how to get back to the point before pushing from my development repo, thanks