git remove deleted remote branches
git fetch origin --prune
git remove deleted remote branches
git fetch origin --prune
how to restore deleted branch in git
Yes, you should be able to do git reflog --no-abbrev and find the SHA1 for
the commit at the tip of your deleted branch, then just git checkout [sha].
And once you're at that commit, you can just git checkout -b [branchname] to
recreate the branch from there.
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us