eolas/neuron/0f370785-5d26-458c-a875-04b884f7729f/Delete_a_branch.md
2024-10-19 11:00:03 +01:00

170 B

tags
git

Delete a branch

Locally

git branch -d <local_branch_name>

Remote

git push origin --delete <remote_branch_name>