Have I deleted some branches from Git master?



I think I might have dorked up the Git repo. In the interest of
'cleaning up' my local Git repo, I executed these commands:

  $ git branch -r -d origin/parse-info 
  $ git branch -r -d origin/branch-5_29 
  $ git branch -r -d origin/branch-5_28
  $ git branch -r -d origin/branch-5_30

Now I don't see them in listed by git ls-remote. Have I actually removed
them from the master repo? If so, is there a way to restore them?

Profuse apologies if I've really messed up --

Robert Dodier