170 B
170 B
| tags | |
|---|---|
|
Delete a branch
Locally
git branch -d <local_branch_name>
Remote
git push origin --delete <remote_branch_name>
| tags | |
|---|---|
|
git branch -d <local_branch_name>
git push origin --delete <remote_branch_name>