Subject: Have I deleted some branches from Git master?
From: Raymond Toy
Date: Mon, 06 May 2013 12:45:26 -0700
>>>>> "Robert" == Robert Dodier <robert.dodier at gmail.com> writes:
Robert> I think I might have dorked up the Git repo. In the
Robert> interest of 'cleaning up' my local Git repo, I executed
Robert> these commands:
Robert> $ git branch -r -d origin/parse-info $ git branch -r -d
Robert> origin/branch-5_29 $ git branch -r -d origin/branch-5_28
Robert> $ git branch -r -d origin/branch-5_30
Robert> Now I don't see them in listed by git ls-remote. Have I
Robert> actually removed them from the master repo? If so, is
Robert> there a way to restore them?
Sorry, I don't have an answer, but my local repo still has those
branches so I would think I (or anyone else) could push these back, if
they are in fact deleted from the master repo.
Ray