4-5 months ago, I deleted one of the remote/local branches (named as "dev0001"). Now, I need to access that branch. Therefore, I need to find the latest commit hash inside that deleted branch so that I can recover it.
Do you know how to find the latest commit hash of a deleted branch and then checkout it to my local computer?
I found lots of questions and answers on Stackoverflow regarding recording a branch but don't know how to find latest commit hash of a deleted branch 4-5 months ago.
Thanks for your help!