how to delete a branch in github
$ git branch -d <local-branch>
$ git push origin --delete <remote-branch-name>
how to delete a branch in github
$ git branch -d <local-branch>
$ git push origin --delete <remote-branch-name>
How to delete branch github
# If only exists locally:
$ git branch -d <local-branch>
# If already exists remotely:
$ git push origin --delete <remote-branch-name>
# If remote only on website: select symbol with number right of branch drop-down,
# then click red trashcan symbol on right side of list.
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