I created a local branch in git called test1234 and pushed it to origin through Eclipse. But I did something really wrong because I got an email, "superbobbay pushed new branch HEAD" when I was expecting "superbobbay pushed new branch test1234"
git branch -r
shows origin/HEAD->origin/master
cat .git/HEAD
just returns a commit string "8da516...."
Is there a way to revert this? I can't seem to fetch/rebase anymore.