rotten icon indicating copy to clipboard operation
rotten copied to clipboard

git branches not deleting

Open DTrejo opened this issue 11 years ago • 0 comments

this is caused by

  • the branch is deleted on the remote
  • the local branch is also deleted
  • but the local repo still has a ref to the remote branch

The solution is

  • git branch -r -d origin/branchname

This should be output in the commands.

DTrejo avatar Nov 27 '13 22:11 DTrejo