Seemingly obvious action got me more than once.
git push origin :branchname
is the way to go.
Of course, I’ve expected something like:
git branch -d origin/branchname
but it wouldn’t work.
Seemingly obvious action got me more than once.
git push origin :branchname
is the way to go.
Of course, I’ve expected something like:
git branch -d origin/branchname
but it wouldn’t work.