Process Flow - Recovering deleted branches
Delete branch
Check reflog for branch commit
Find commit hash
Create new branch at commit
Branch recovered
This flow shows how to find the commit of a deleted branch using reflog and recreate the branch to recover it.