Delete local git branch

Deletes a local git branch only if it has been fully merged into the upstream branch. To force delete the branch irrespective of the its merged status, add the `--force` flag.

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

Command
Copy
git branch --delete branch_name
Tags