eolas/neuron/ac6779a0-333b-484d-8504-e6927d39c983/Delete_a_branch.md
2025-02-09 13:31:44 +00:00

170 B

tags
git

Delete a branch

Locally

git branch -d <local_branch_name>

Remote

git push origin --delete <remote_branch_name>