I came across a situation where I wanted to delete a remote branch in Git. I can’t seem to remember, so I’m going to take a note here.
$ git push origin --delete [remote branch name]
Tech Notes of Mine
I came across a situation where I wanted to delete a remote branch in Git. I can’t seem to remember, so I’m going to take a note here.
$ git push origin --delete [remote branch name]