Answers for "How do I delete a Git branch locally and remotely?"

4

How do I delete a Git branch locally and remotely?

$ git push -d <remote_name> <branch_name>
$ git branch -d <branch_name>
Posted by: Guest on June-11-2020

Code answers related to "How do I delete a Git branch locally and remotely?"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language