How to delete a branch from a remote repository in Git?
Originally Published Here ๐!
In the last post we discussed how to delete a branch locally in Git?.
To delete a branch from a remote repository in Git first, you need to delete the branch name from local using the command
git branch -D <YOUR_BRANCH_N...
melvingeorge-me.hashnode.dev1 min read