git-tips / tips

Most commonly used git tips and tricks.
http://git.io/git-tips
MIT License
21.39k stars 1.7k forks source link

Incorrect tip "Delete remote branch" #200

Open henkworks opened 3 years ago

henkworks commented 3 years ago
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.