Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 126 Bytes

File metadata and controls

10 lines (5 loc) · 126 Bytes

Deleting remote and local branches

Local

git branch -D <branch_name>

Remote

git push origin --d <your_branch>