Can I get my deleted git branch back, I deleted it from local and remote repository.
Run git reflog to find the sha1 of the commit that was on the top of your deleted branch, then just run git checkout -b <branch> <sha1> and you're all set.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With