git-tips / tips

Most commonly used git tips and tricks.

Home Page:http://git.io/git-tips

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect tip "Delete remote branch"

henkworks opened this issue · comments

git branch -dr <remote/branch>

This does not actually delete the branch on the remote as the other two commands this is listed as an alternative for do.