I have a branch that I deleted (with -D) but I need it back. I thought the git reflog command would be a good place to look. When I run it I only see 50 actions displayed, and I can't find any commits from this branch. The branch was deleted a day ago, and I was under the impression that it would not be deleted from the reflog for 30 days.
Is there a way to see more entries in the reflog?