eolas/neuron/05462128-7aeb-41f7-8628-b444046b6d8f/Delete_a_branch.md
2024-11-17 15:37:31 +00:00

170 B

tags
git

Delete a branch

Locally

git branch -d <local_branch_name>

Remote

git push origin --delete <remote_branch_name>