I just deleted the wrong branch with some experimental changes I need with git branch -D branchName.
git branch -D branchName
How do I recover the branch?
Thanks, this worked.
git branch new_branch_name sha1 git checkout new_branch_name
git branch new_branch_name sha1
sha1
git checkout new_branch_name
//can see my old checked in files in my old branch