I am trying to delete a branch using gitbash and i get a error about the branch not being fully merged. Using TortoiseGit i merged, switch to master, tried merging again, commit then finally pull from the master and everything is fine. Yet git reports the branch not fully merged.

I think i am missing something. What is it?

The error msg

 warning(_("not deleting branch '%s' that is not yet merged to\n"
      "         '%s', even though it is merged to HEAD."),
link|improve this question

55% accept rate
feedback

1 Answer

up vote 1 down vote accepted

After the origin (or another) branch pulls, pull from that branch even if nothing changed and you should be able to delete.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.