From: Shawn O. Pearce <hidden> Date: 2016-06-15 22:48:03
Leonardo Boiko [off-list ref] wrote:
I'm a complete idiot and just typed this:
git branch -d -r origin/master
Is there a way to undo my act of idiocy?
git fetch origin
Which will create it again during the fetch cycle. Unfortunately
the reflog for origin/master is gone, so you won't get results for
origin/master@{4.days.ago}.
--
Shawn.