Home | Edit | New

Guides: Remove a remote branch feed

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: