Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 158 Bytes

delete-remote-branch.md

File metadata and controls

7 lines (5 loc) · 158 Bytes

Delete remote branch

Useful if a branch has been pushed to a remote repo, and you need to wipe it out

$ git push origin --delete <branchName>