Delete remote git branch

Deletes a remote git branch. A local git branch of the same name, if any, will remain untouched.

Authored by: Matthew Rankin
Brought to you by Warp, a free terminal reimagined to work like a modern app.
remote_name
branch_name

Command
Copy
git push -d remote_name branch_name
Tags