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?
If you haven't push the deletion yet, you can simply do :
$ git checkout deletedBranchName