Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 199 Bytes

branch_delete.md

File metadata and controls

8 lines (6 loc) · 199 Bytes

Can you work out how you would "normally" delete a branch?

It's probably not suprising but the command you seek is branch.

> git branch -d master
Deleted branch master (was 41ce7fa).