Guides: Remove a remote branch
Remove branch from repo.
git push {repo} :heads/{branch}
Eg: git push origin :somebranch
You might also want to check out git-publish-branch’s ‘-d’ option.
Last edited by alloy, 2 months ago
Versions:
